| Interface | Description |
|---|---|
| CharToIntFunction |
A functional interface for converting
char values to int values. |
| IntBiPredicate |
A specialization of
BiPredicate for int values. |
| IntLongConsumer |
A functional interface for a consumer taking an int and a long as parameters.
|
| IntLongPredicate |
A predicate that tests an
int and a long. |
| IntLongToIntFunction |
A function taking an int and a long and returning an int.
|