| 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 SerializableIntUnaryOperator |
SerializableIntUnaryOperator.andThen(SerializableIntUnaryOperator after)
Returns a composed operator that first applies this operator to
its input, and then applies the
after operator to the result. |
default SerializableIntUnaryOperator |
SerializableIntUnaryOperator.compose(SerializableIntUnaryOperator before)
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. |
static SerializableIntUnaryOperator |
SerializableIntUnaryOperator.identity()
Returns a unary operator that always returns its input argument.
|
| Modifier and Type | Method and Description |
|---|---|
default SerializableIntUnaryOperator |
SerializableIntUnaryOperator.andThen(SerializableIntUnaryOperator after)
Returns a composed operator that first applies this operator to
its input, and then applies the
after operator to the result. |
default SerializableIntUnaryOperator |
SerializableIntUnaryOperator.compose(SerializableIntUnaryOperator 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.