| 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. |
| 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. |
| ToCharFunction<T> |
A primitive specialization of
Function that produces a char value for an input value of a given type. |