Interface | Description |
---|---|
CharBinaryOperator |
A
BinaryOperator on char values. |
CharBiPredicate |
A specialization of
BiPredicate for char values. |
CharConsumer |
A specialization of
Consumer that accepts char values. |
CharFunction<T> |
A specialization of
Function that takes a char value and returns an object. |
CharLongConsumer |
A functional interface of a consumer taking a char and a long as parameters.
|
CharLongPredicate |
A predicate testing a
char and a long . |
CharLongToCharFunction |
A function taking a
char and a long and returning a char . |
CharPredicate |
A specialization of
Predicate for char values. |
CharSupplier |
A specialization of
Supplier for char values. |
CharUnaryOperator | |
IntToCharFunction |
A functional interface for converting from
int values to char values. |
LongToCharFunction |
A functional interface for converting from
long values to char values. |
ObjCharConsumer<T> |
Specialization of the
BiConsumer interface that takes a value of a given type and a char value. |
ToCharBiFunction<T,U> |
A primitive specialization of
BiFunction that produces a char value for two input values of given
types. |
ToCharFunction<T> |
A primitive specialization of
Function that produces a char value for an input value of a given type. |