All Classes Interface Summary Enum Summary
| Class |
Description |
| BiBytePredicate |
Functional interface representing side-effect free methods with the signature
boolean test(byte, byte).
|
| BiDoublePredicate |
Functional interface representing side-effect free methods with the signature
boolean test(float, float).
|
| BiFloatPredicate |
Functional interface representing side-effect free methods with the signature
boolean test(float, float).
|
| BiIntPredicate |
Functional interface representing side-effect free methods with the signature
boolean test(int, int).
|
| BiLongPredicate |
Functional interface representing side-effect free methods with the signature
boolean test(long, long).
|
| BiLongToIntFunction |
|
| BiShortPredicate |
Functional interface representing side-effect free methods with the signature
boolean test(short, short).
|
| BooleanConsumer |
|
| BooleanFunction<T> |
A function that takes a primitive boolean and returns an object.
|
| BooleanPredicate |
A Predicate specialized for primitive boolean values.
|
| BooleanToDoubleCollector<A> |
Primitive collector that operates on boolean values, resulting in a
single double.
|
| BooleanToDoubleFunction |
Functional interface describing a method that given a boolean returns
a double.
|
| BooleanToLongCollector<A> |
Primitive collector that operates on boolean values, resulting in a
single long.
|
| BooleanUnaryOperator |
Functional interface describing a method that given a boolean returns
another boolean.
|
| ByteFunction<T> |
A function that takes a primitive byte and returns an object.
|
| BytePredicate |
Predicate that tests a primitive byte.
|
| ByteToDoubleCollector<A> |
Primitive collector that operates on byte values, resulting in a
single double.
|
| ByteToDoubleFunction |
Functional interface describing a method that given a byte returns
a double.
|
| ByteToLongCollector<A> |
Primitive collector that operates on byte values, resulting in a
single long.
|
| ByteToLongFunction |
Functional interface describing a method that given a byte returns
a long.
|
| ByteUnaryOperator |
Functional interface describing a method that given a byte returns
another byte.
|
| CharFunction<T> |
A function that takes a primitive char and returns an object.
|
| CharToDoubleCollector<A> |
Primitive collector that operates on char values, resulting in a
single double.
|
| CharToLongCollector<A> |
Primitive collector that operates on char values, resulting in a
single long.
|
| CharUnaryOperator |
Functional interface describing a method that given a char returns
another char.
|
| DoubleToDoubleCollector<A> |
Primitive collector that operates on double values, resulting in a
single double.
|
| DoubleToLongCollector<A> |
Primitive collector that operates on double values, resulting in a
single long.
|
| FloatFunction<T> |
A function that takes a primitive float and returns an object.
|
| FloatPredicate |
Predicate that tests a primitive float.
|
| FloatSupplier |
|
| FloatToDoubleCollector<A> |
Primitive collector that operates on float values, resulting in a
single double.
|
| FloatToDoubleFunction |
Functional interface describing a method that given a float returns
a double.
|
| FloatToLongCollector<A> |
Primitive collector that operates on float values, resulting in a
single long.
|
| FloatToLongFunction |
Functional interface describing a method that given a float returns
a long.
|
| FloatUnaryOperator |
Functional interface describing a method that given a float returns
another float.
|
| Function10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
Represents a function that accepts ten arguments and produces a result.
|
| Function11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> |
Represents a function that accepts eleven arguments and produces a result.
|
| Function12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> |
Represents a function that accepts 12 arguments and produces a result.
|
| Function13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> |
Represents a function that accepts 13 arguments and produces a result.
|
| Function14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> |
Represents a function that accepts 14 arguments and produces a result.
|
| Function15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
Represents a function that accepts 15 arguments and produces a result.
|
| Function16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> |
Represents a function that accepts 16 arguments and produces a result.
|
| Function17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> |
Represents a function that accepts 17 arguments and produces a result.
|
| Function18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,R> |
Represents a function that accepts 18 arguments and produces a result.
|
| Function19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,R> |
Represents a function that accepts 19 arguments and produces a result.
|
| Function20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,R> |
Represents a function that accepts 20 arguments and produces a result.
|
| Function21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,R> |
Represents a function that accepts 21 arguments and produces a result.
|
| Function22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,R> |
Represents a function that accepts 22 arguments and produces a result.
|
| Function23<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,R> |
Represents a function that accepts 23 arguments and produces a result.
|
| Function5<T0,T1,T2,T3,T4,R> |
Represents a function that accepts five arguments and produces a result.
|
| Function6<T0,T1,T2,T3,T4,T5,R> |
Represents a function that accepts six arguments and produces a result.
|
| Function7<T0,T1,T2,T3,T4,T5,T6,R> |
Represents a function that accepts seven arguments and produces a result.
|
| Function8<T0,T1,T2,T3,T4,T5,T6,T7,R> |
Represents a function that accepts eight arguments and produces a result.
|
| Function9<T0,T1,T2,T3,T4,T5,T6,T7,T8,R> |
Represents a function that accepts nine arguments and produces a result.
|
| IntToDoubleCollector<A> |
Primitive collector that operates on int values, resulting in a
single double.
|
| IntToLongCollector<A> |
Primitive collector that operates on int values, resulting in a
single long.
|
| LongBiConsumer |
Represents an operation that accepts two long-valued arguments and
returns no result.
|
| LongBiFunction<U> |
Function that takes two primitive longs and returns an object.
|
| LongCollector<A,R> |
Primitive collector that operates on long values, resulting in an
object of type R.
|
| LongToBooleanFunction |
Functional interface that corresponds to the method signature boolean
apply(long).
|
| LongToByteFunction |
Functional interface that corresponds to the method signature byte
apply(long).
|
| LongToCharFunction |
Functional interface that corresponds to the method signature char
apply(long).
|
| LongToDoubleCollector<A> |
Primitive collector that operates on long values, resulting in a
single double.
|
| LongToFloatFunction |
Functional interface that corresponds to the method signature float
apply(long).
|
| LongToLongCollector<A> |
Primitive collector that operates on long values, resulting in a
single long.
|
| LongToShortFunction |
Functional interface that corresponds to the method signature short
apply(long).
|
| ObjBooleanConsumer<T> |
Represents an operation that accepts an object-valued and a
boolean-valued argument, and returns no result.
|
| ObjByteConsumer<T> |
Represents an operation that accepts an object-valued and a
byte-valued argument, and returns no result.
|
| ObjCharConsumer<T> |
Represents an operation that accepts an object-valued and a
char-valued argument, and returns no result.
|
| ObjFloatConsumer<T> |
Represents an operation that accepts an object-valued and a
float-valued argument, and returns no result.
|
| ObjLongToIntFunction<T> |
|
| ObjShortConsumer<T> |
Represents an operation that accepts an object-valued and a
short-valued argument, and returns no result.
|
| OptionalBoolean |
An Optional specialized for primitive boolean values.
|
| QuadFunction<T,U,V,X,R> |
Represents a function that accepts four arguments and produces a result.
|
| ShortFunction<T> |
A function that takes a primitive short and returns an object.
|
| ShortPredicate |
Predicate that tests a primitive short.
|
| ShortToDoubleCollector<A> |
Primitive collector that operates on short values, resulting in a
single double.
|
| ShortToDoubleFunction |
Functional interface describing a method that given a short returns
a double.
|
| ShortToLongCollector<A> |
Primitive collector that operates on short values, resulting in a
single long.
|
| ShortToLongFunction |
Functional interface describing a method that given a short returns
a long.
|
| ShortUnaryOperator |
Functional interface describing a method that given a short returns
another short.
|
| ToBooleanFunction<T> |
A function that takes an object and returns a primitive boolean.
|
| ToByteFunction<T> |
A function that takes an object and returns a primitive byte.
|
| ToCharFunction<T> |
A function that takes an object and returns a primitive char.
|
| ToFloatFunction<T> |
A function that takes an object and returns a primitive float.
|
| ToShortFunction<T> |
A function that takes an object and returns a primitive short.
|
| TriConsumer<T,U,V> |
Represents a consumer that accepts three arguments.
|
| TriFunction<T,U,V,R> |
Represents a function that accepts three arguments and produces a result.
|