| Interface | Description |
|---|---|
| BiConsumer<T,U> |
BiConsumer interface from JDK 8.
|
| Consumer<T> |
Consumer interface from JDK 8.
|
| Function<T,R> |
Function functional interface from JDK 8.
|
| Predicate<T> |
Predicate functional interface from JDK 8.
|
| Supplier<T> |
Supplier functional interface from JDK 8.
|
| Class | Description |
|---|---|
| Tuple2<R1,R2> |
A tuple of 2 elements.
|
Copyright © 2021 Alibaba Group. All rights reserved.