Package e.java.codec

Interface Decoder<I,O>

Type Parameters:
I - Type of input
O - Type of output
All Known Subinterfaces:
Codec<S,T>

public interface Decoder<I,O>
Typeclass defining how to decode an input value to an output value, possibly failing with E
See Also: