Module net.luis.utils
Interface CodecGroupingFunction2<CI1,CI2,R>
- Type Parameters:
CI1
- The type of the first inputCI2
- The type of the second inputR
- The result type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a codec grouping function that accepts two arguments and produces a result.
Manly used for decoding objects using a
Manly used for decoding objects using a
Codec
.-
Method Summary
-
Method Details
-
create
Constructs a new object using the given inputs.- Parameters:
input1
- The first inputinput2
- The second input- Returns:
- The constructed object
-