All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scray.common.key.api.KeyGenerator.scala Maven / Gradle / Ivy

The newest version!
package scray.common.key.api

trait KeyGenerator[T] {
  
  def apply(valut: T, version: Float = 1.0f): ScrayKey[T]
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy