| Interface | Description |
|---|---|
| ArraySupplier<E> |
ArraySupplier.
|
| BaseCollectionSupplier<C extends java.util.Collection<E>,E> |
The Interface BaseCollectionSupplier.
|
| BoolSupplier |
The Interface BoolSupplier.
|
| BytePredicate |
Represents a predicate (boolean-valued function) of one
int-valued
argument. |
| ByteSupplier |
byte supplier.
|
| CharacterSupplier |
The Interface CharacterSupplier.
|
| CharPredicate |
Represents a predicate (boolean-valued function) of one
int-valued
argument. |
| CharSupplier |
char supplier.
|
| CollectionSupplier<E> |
The Interface CollectionSupplier.
|
| DateSupplier<T extends java.util.Date> |
The Interface DateSupplier.
|
| EightArgusConsumer<E1,E2,E3,E4,E5,E6,E7,E8> |
eight arguments consumer.
|
| EightArgusFunction<E1,E2,E3,E4,E5,E6,E7,E8,R> |
eight arguments function.
|
| EnumSupplier<T extends java.lang.Enum<T>> |
The Interface EnumSupplier.
|
| FiveArgusConsumer<E1,E2,E3,E4,E5> |
FiveArgusConsumer.
|
| FiveArgusFunction<E1,E2,E3,E4,E5,R> |
FiveArgusFunction.
|
| FourArgusConsumer<E1,E2,E3,E4> |
FourArgusConsumer.
|
| FourArgusFunction<E1,E2,E3,E4,R> |
FourArgusFunction.
|
| ListSupplier<E> |
The Interface ListSupplier.
|
| LocalDateSupplier |
The Interface LocalDateSupplier.
|
| LocalDateTimeSupplier |
The Interface LocalDateTimeSupplier.
|
| LocalTimeSupplier |
The Interface LocalTimeSupplier.
|
| MapSupplier<K,V> |
MapSupplier.
|
| NineArgusConsumer<E1,E2,E3,E4,E5,E6,E7,E8,E9> |
nine arguments consumer.
|
| NineArgusFunction<E1,E2,E3,E4,E5,E6,E7,E8,E9,R> |
nine arguments function.
|
| NumberSupplier<T extends java.lang.Number> |
The Interface NumberSupplier.
|
| PrimitiveSupplier |
The Interface PrimitiveSupplier.
|
| QueueSupplier<E> |
The Interface QueueSupplier.
|
| SetSupplier<E> |
The Interface SetSupplier.
|
| SevenArgusConsumer<E1,E2,E3,E4,E5,E6,E7> |
seven arguments consumer.
|
| SevenArgusFunction<E1,E2,E3,E4,E5,E6,E7,R> |
SevenArgusFunction.
|
| ShortPredicate |
Represents a predicate (boolean-valued function) of one
int-valued
argument. |
| ShortSupplier |
short supplier.
|
| SixArgusConsumer<E1,E2,E3,E4,E5,E6> |
FiveArgusConsumer.
|
| SixArgusFunction<E1,E2,E3,E4,E5,E6,R> |
SixArgusFunction.
|
| StringSupplier |
The Interface StringSupplier.
|
| ThreeArgusConsumer<E1,E2,E3> |
ThreeArgusConsumer.
|
| ThreeArgusFunction<E1,E2,E3,R> |
ThreeArgusFunction.
|
| ToArrayFunction<T,E> |
The Interface ToArrayFunction.
|
| ToByteFunction<T> |
Represents a function that produces an int-valued result.
|
| ToCharFunction<T> |
Represents a function that produces an int-valued result.
|
| ToCollectionFunction<T,C extends java.util.Collection<E>,E> |
The Interface ToCollectionFunction.
|
| ToDateFunction<T,D extends java.util.Date> |
The Interface ToDateFunction.
|
| ToEnumFunction<T,E extends java.lang.Enum<E>> |
The Interface ToEnumFunction.
|
| ToListFunction<T,E> |
The Interface ToListFunction.
|
| ToLocalDateFunction<T> |
The Interface ToLocalDateFunction.
|
| ToLocalDateTimeFunction<T> |
The Interface ToLocalDateTimeFunction.
|
| ToLocalTimeFunction<T> |
The Interface ToLocalTimeFunction.
|
| ToMapFunction<T,K,V> |
The Interface ToMapFunction.
|
| ToNumberFunction<T,N extends java.lang.Number> |
The Interface ToNumberFunction.
|
| ToPrimitiveFunction<T> |
ToPrimitiveFunction.
|
| ToQueueFunction<T,E> |
The Interface ToQueueFunction.
|
| ToSetFunction<T,E> |
The Interface ToSetFunction.
|
| ToShortFunction<T> |
Represents a function that produces an int-valued result.
|
| ToStringFunction<T> |
The Interface ToStringFunction.
|