Folds an ElementDecoder typeclass to create a value of Type A
Folds an ElementDecoder typeclass to create a value of Type A
the Type produced by the Fold
an implicit ElementDecoder typeclass
A
Decodes this element as an Array[Byte]
Decodes this element as an Array[Byte]
the Array[Byte]
representation of this element
Binary representations for integers use network byte order (most significant byte first). For other data types consult the documentation or source code to learn about the binary representation.
Decodes this element as a String
Decodes this element as a String
the String representation of this element
Folds 3 functions to create a value of A
Folds 3 functions to create a value of A
the type produced by the fold
a function (String) => A
a function Array[Byte] => A
a function () => A