class HashInt : Function<Int, String, String>
(source)
<init> |
HashInt() |
ed |
val ed: MessageDigest! |
f |
Function's component for the combination of aggregate values. fun f(aggList: List<String?>): String? |
g |
Computes the aggregate value from an atomic value. fun g(v: Int?): String? |
h |
Generates a final result from an aggregate value. fun h(a: String?): String |
identity |
Returns the identity aggregate value for this aggregation function. fun identity(): String |
parseA |
Parser for the aggregate value type. fun parseA(s: String): String |
parseV |
Parser for the atomic value type. fun parseV(s: String): Int |