| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function | |
| com.annimon.stream.internal | |
| com.annimon.stream.operator |
| Class and Description |
|---|
| BiConsumer
Represents an operation on two input arguments.
|
| BiFunction
Represents a function which produces result from two input arguments.
|
| BinaryOperator
Represents an operation on two operands that produces a result of the
same type as its operand.
|
| BooleanConsumer
Represents an operation on a
boolean-valued input argument. |
| BooleanFunction
Represents a function which produces result from
boolean-valued input argument. |
| BooleanPredicate
Represents a
boolean-valued predicate (function with boolean type result). |
| BooleanSupplier
Represents a supplier of
boolean-valued results. |
| Consumer
Represents an operation on input argument.
|
| DoubleBinaryOperator
Represents an operation on two
double-valued operands
that produces a double-valued result. |
| DoubleConsumer
Represents an operation on a
double-valued input argument. |
| DoubleFunction
Represents a function which produces result from
double-valued input argument. |
| DoublePredicate
Represents a
double-valued predicate (function with boolean type result). |
| DoubleSupplier
Represents a supplier of
double-valued results. |
| DoubleToIntFunction
Represents a function which produces an
int-valued result from input argument. |
| DoubleToLongFunction
Represents a function which produces an
long-valued result from input argument. |
| DoubleUnaryOperator
Represents an operation on a single
double-valued operand
that produces a double-valued result. |
| Function
Represents a function which produces result from input arguments.
|
| IndexedBiFunction
Represents a function which produces result from index and two input arguments.
|
| IndexedConsumer
Represents an operation on index and input argument.
|
| IndexedFunction
Represents a function which produces result from index and input argument.
|
| IndexedPredicate
Represents a predicate (function with boolean type result) with additional index argument.
|
| IntBinaryOperator
Represents an operation upon two
int-valued operands and producing an
int-valued result. |
| IntConsumer
Represents an operation that accepts a single
int-valued argument and
returns no result. |
| IntFunction
Represents a function that accepts an int-valued argument and produces a
result.
|
| IntPredicate
Represents a predicate (function with boolean type result).
|
| IntSupplier
Represents a supplier of
int-valued results. |
| IntToDoubleFunction
Represents a function which produces an
double-valued result from input argument. |
| IntToLongFunction
Represents a function which produces an
long-valued result from input argument. |
| IntUnaryOperator
Represents an operation on a single int-valued operand that produces an int-valued result.
|
| LongBinaryOperator
Represents an operation on two
long-valued operands
that produces a long-valued result. |
| LongConsumer
Represents an operation on a
long-valued input argument. |
| LongFunction
Represents a function which produces result from
long-valued input argument. |
| LongPredicate
Represents a
long-valued predicate (function with boolean type result). |
| LongSupplier
Represents a supplier of
long-valued results. |
| LongToDoubleFunction
Represents a function which produces an
double-valued result from input argument. |
| LongToIntFunction
Represents a function which produces an
int-valued result from input argument. |
| LongUnaryOperator
Represents an operation on a single
long-valued operand
that produces a long-valued result. |
| ObjDoubleConsumer
Represents an operation on two input arguments.
|
| ObjIntConsumer
Represents an operation on two input arguments.
|
| ObjLongConsumer
Represents an operation on two input arguments.
|
| Predicate
Represents a predicate (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.
|
| ToDoubleFunction
Represents a function which produces an
double-valued result from input argument. |
| ToIntFunction
Represents a function which produces an
int-valued result from input argument. |
| ToLongFunction
Represents a function which produces an
long-valued result from input argument. |
| 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
Represents an operation on two operands that produces a result of the
same type as its operand.
|
| BooleanConsumer
Represents an operation on a
boolean-valued input argument. |
| BooleanPredicate
Represents a
boolean-valued predicate (function with boolean type result). |
| Consumer
Represents an operation on input argument.
|
| DoubleConsumer
Represents an operation on a
double-valued input argument. |
| DoubleFunction
Represents a function which produces result from
double-valued input argument. |
| DoublePredicate
Represents a
double-valued predicate (function with boolean type result). |
| DoubleSupplier
Represents a supplier of
double-valued results. |
| DoubleUnaryOperator
Represents an operation on a single
double-valued operand
that produces a double-valued result. |
| Function
Represents a function which produces result from input arguments.
|
| FunctionalInterface |
| IndexedBiFunction
Represents a function which produces result from index and two input arguments.
|
| IndexedConsumer
Represents an operation on index and input argument.
|
| IndexedFunction
Represents a function which produces result from index and input argument.
|
| IndexedPredicate
Represents a predicate (function with boolean type result) with additional index argument.
|
| IntConsumer
Represents an operation that accepts a single
int-valued argument and
returns no result. |
| IntFunction
Represents a function that accepts an int-valued argument and produces a
result.
|
| IntPredicate
Represents a predicate (function with boolean type result).
|
| IntSupplier
Represents a supplier of
int-valued results. |
| IntUnaryOperator
Represents an operation on a single int-valued operand that produces an int-valued result.
|
| LongConsumer
Represents an operation on a
long-valued input argument. |
| LongFunction
Represents a function which produces result from
long-valued input argument. |
| LongPredicate
Represents a
long-valued predicate (function with boolean type result). |
| LongSupplier
Represents a supplier of
long-valued results. |
| LongUnaryOperator
Represents an operation on a single
long-valued operand
that produces a long-valued result. |
| Predicate
Represents a predicate (function with boolean type result).
|
| Supplier
Represents a function which supply a result.
|
| ThrowableConsumer
Represents an operation on input argument and can throw an exception.
|
| ThrowableDoubleConsumer
Represents an operation on a
double-valued input argument. |
| ThrowableDoubleFunction
Represents a function which produces result from
double-valued input argument. |
| ThrowableDoublePredicate
Represents a
double-valued predicate (function with boolean type result). |
| ThrowableDoubleSupplier
Represents a supplier of
double-valued results. |
| ThrowableFunction
Represents a function which produces result from input arguments and can throw an exception.
|
| ThrowableIntConsumer
Represents an operation on
int-valued input argument. |
| ThrowableIntFunction
Represents a function which produces result from
int-valued input argument. |
| ThrowableIntPredicate
Represents an
int-valued predicate (function with boolean type result). |
| ThrowableIntSupplier
Represents a supplier of
int-valued results. |
| ThrowableLongConsumer
Represents an operation on a
long-valued input argument. |
| ThrowableLongFunction
Represents a function which produces result from
long-valued input argument. |
| ThrowableLongPredicate
Represents a
long-valued predicate (function with boolean type result). |
| ThrowableLongSupplier
Represents a supplier of
long-valued results. |
| ThrowablePredicate
Represents a predicate (function with boolean type result) which 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 |
|---|
| IntFunction
Represents a function that accepts an int-valued argument and produces a
result.
|
| Class and Description |
|---|
| BiFunction
Represents a function which produces result from two input arguments.
|
| Consumer
Represents an operation on input argument.
|
| DoubleBinaryOperator
Represents an operation on two
double-valued operands
that produces a double-valued result. |
| DoubleConsumer
Represents an operation on a
double-valued input argument. |
| DoubleFunction
Represents a function which produces result from
double-valued input argument. |
| DoublePredicate
Represents a
double-valued predicate (function with boolean type result). |
| DoubleSupplier
Represents a supplier of
double-valued results. |
| DoubleToIntFunction
Represents a function which produces an
int-valued result from input argument. |
| DoubleToLongFunction
Represents a function which produces an
long-valued result from input argument. |
| DoubleUnaryOperator
Represents an operation on a single
double-valued operand
that produces a double-valued result. |
| Function
Represents a function which produces result from input arguments.
|
| IndexedFunction
Represents a function which produces result from index and input argument.
|
| IndexedPredicate
Represents a predicate (function with boolean type result) with additional index argument.
|
| IntBinaryOperator
Represents an operation upon two
int-valued operands and producing an
int-valued result. |
| IntConsumer
Represents an operation that accepts a single
int-valued argument and
returns no result. |
| IntFunction
Represents a function that accepts an int-valued argument and produces a
result.
|
| IntPredicate
Represents a predicate (function with boolean type result).
|
| IntSupplier
Represents a supplier of
int-valued results. |
| IntToDoubleFunction
Represents a function which produces an
double-valued result from input argument. |
| IntToLongFunction
Represents a function which produces an
long-valued result from input argument. |
| IntUnaryOperator
Represents an operation on a single int-valued operand that produces an int-valued result.
|
| LongBinaryOperator
Represents an operation on two
long-valued operands
that produces a long-valued result. |
| LongConsumer
Represents an operation on a
long-valued input argument. |
| LongFunction
Represents a function which produces result from
long-valued input argument. |
| LongPredicate
Represents a
long-valued predicate (function with boolean type result). |
| LongSupplier
Represents a supplier of
long-valued results. |
| LongToDoubleFunction
Represents a function which produces an
double-valued result from input argument. |
| LongToIntFunction
Represents a function which produces an
int-valued result from input argument. |
| LongUnaryOperator
Represents an operation on a single
long-valued operand
that produces a long-valued result. |
| Predicate
Represents a predicate (function with boolean type result).
|
| Supplier
Represents a function which supply a result.
|
| ToDoubleFunction
Represents a function which produces an
double-valued result from input argument. |
| ToIntFunction
Represents a function which produces an
int-valued result from input argument. |
| ToLongFunction
Represents a function which produces an
long-valued result from input argument. |
| UnaryOperator
Operation on a single operand that produces a result of the
same type as its operand.
|
Copyright © 2017. All rights reserved.