
scray.common.key.api.KeyGenerator.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scray-querying Show documentation
Show all versions of scray-querying Show documentation
query engine core source code
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