| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function |
| Class and Description |
|---|
| BiConsumer
Represents an operation on two input arguments.
|
| BiFunction
Represents a function which produces result from two input arguments.
|
| BinaryOperator
Operation on a single operand that produces a result of the
same type as its operand.
|
| Consumer
Represents an operation on input argument.
|
| Function
Represents a function which produces result from input arguments.
|
| IntFunction
Represents a function that accepts an int-valued argument and produces a
result.
|
| Predicate
Represents a predicate, i.e. function with boolean type result.
|
| Supplier
Represents a function which supply a result.
|
| ThrowableFunction
Represents a function which produces result from input arguments and can throw an exception.
|
| ThrowableSupplier
Represents a function for supplying result which can throw an exception.
|
| UnaryOperator
Operation on a single operand that produces a result of the
same type as its operand.
|
| Class and Description |
|---|
| BiConsumer
Represents an operation on two input arguments.
|
| BiFunction
Represents a function which produces result from two input arguments.
|
| BinaryOperator
Operation on a single operand that produces a result of the
same type as its operand.
|
| Consumer
Represents an operation on input argument.
|
| Function
Represents a function which produces result from input arguments.
|
| FunctionalInterface |
| Predicate
Represents a predicate, i.e. function with boolean type result.
|
| ThrowableConsumer
Represents an operation on input argument and can throw an exception.
|
| ThrowableFunction
Represents a function which produces result from input arguments and can throw an exception.
|
| ThrowablePredicate
Represents a predicate, i.e. function with boolean type result which can throw an exception.
|
| UnaryOperator
Operation on a single operand that produces a result of the
same type as its operand.
|
Copyright © 2016. All rights reserved.