Источник ключа.
KeySource(fromAsset: KeyFromAsset)
fromAsset
KeyFromAsset
KeySource(fromFile: KeyFromFile)
fromFile
KeyFromFile
KeySource(fromString: KeyFromString)
fromString
KeyFromString
fun match( fromAsset: Function1, fromFile: Function1, fromString: Function1 ): T
(KeyFromAsset) -> T
(KeyFromFile) -> T
(KeyFromString) -> T
T
fun toString(): String
String
fun hashCode(): Int
Int
fun equals(other: Any?): Boolean
other
Any?
Boolean
val isFromAsset
val asFromAsset
KeyFromAsset?
val isFromFile
val asFromFile
KeyFromFile?
val isFromString
val asFromString
KeyFromString?
val value