| Package | Description |
|---|---|
| org.danekja.java.util.function.serializable |
This package contains serializable versions of JDK's
java.util.function package |
| Modifier and Type | Method and Description |
|---|---|
default SerializableLongUnaryOperator |
SerializableLongUnaryOperator.andThen(SerializableLongUnaryOperator after)
Returns a composed operator that first applies this operator to
its input, and then applies the
after operator to the result. |
default SerializableLongUnaryOperator |
SerializableLongUnaryOperator.compose(SerializableLongUnaryOperator before)
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. |
static SerializableLongUnaryOperator |
SerializableLongUnaryOperator.identity()
Returns a unary operator that always returns its input argument.
|
| Modifier and Type | Method and Description |
|---|---|
default SerializableLongUnaryOperator |
SerializableLongUnaryOperator.andThen(SerializableLongUnaryOperator after)
Returns a composed operator that first applies this operator to
its input, and then applies the
after operator to the result. |
default SerializableLongUnaryOperator |
SerializableLongUnaryOperator.compose(SerializableLongUnaryOperator before)
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. |
Copyright © 2019. All rights reserved.