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. |
CharIntConsumer |
A
Consumer taking a char and an int . |
CharIntPredicate |
A predicate testing a
char and an int . |
CharIntToCharFunction |
A
Function taking a char and an int and returning a char . |
CharPredicate |
A specialization of
Predicate for char values. |
CharSupplier |
A specialization of
Supplier for char values. |
CharToIntFunction |
A functional interface for converting
char values to int values. |
CharUnaryOperator | |
DoubleBiPredicate |
A specialization of
BiPredicate for double values. |
DoubleIntConsumer |
A functional interface of a
Consumer taking a double and an int as parameters. |
DoubleIntPredicate |
A predicate that tests a
double and an int . |
DoubleIntToDoubleFunction |
A function taking a
double and an int and returning a double . |
IntBiConsumer |
A consumer taking two
int values. |
IntBiPredicate |
A specialization of
BiPredicate for int values. |
IntToCharFunction |
A functional interface for converting from
int values to char values. |
LongBiPredicate |
A specialization of
BiPredicate for long values. |
LongIntConsumer |
A
Consumer taking a long and an int . |
LongIntPredicate |
A
Predicate testing a long and an int . |
LongIntToLongFunction |
A
Function taking a long and an int and returning a long . |
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. |
ObjIntFunction<T,U> |
A functional interface of functions taking a reference argument and an
int , returning a reference. |
ObjIntPredicate<T> |
A predicate that tests an object and an
int . |
ObjObjIntConsumer<T,U> |
A functional interface of a
Consumer taking two object references and an int . |
ObjObjIntFunction<T,U,R> |
A functional interface of a
Function taking two objects and an int and returning an object. |
ObjObjIntPredicate<T,U> |
A functional interface of a
Predicate testing two objects and an int . |
QuaternaryFunction<T,U,V,W,R> |
A functional interface for a function that accepts four arguments and returns a result.
|
QuaternaryPredicate<T,U,V,W> |
A functional interface for a function that accepts four arguments and returns a result.
|
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. |