public interface IntUnaryOperator extends Throwables.IntUnaryOperator<RuntimeException>, IntUnaryOperator
| Modifier and Type | Method and Description |
|---|---|
default IntUnaryOperator |
andThen(IntUnaryOperator after) |
int |
applyAsInt(int operand)
Apply as int.
|
default IntUnaryOperator |
compose(IntUnaryOperator before) |
static IntUnaryOperator |
identity() |
int applyAsInt(int operand)
Throwables.IntUnaryOperatorapplyAsInt in interface IntUnaryOperatorapplyAsInt in interface Throwables.IntUnaryOperator<RuntimeException>default IntUnaryOperator compose(IntUnaryOperator before)
compose in interface IntUnaryOperatordefault IntUnaryOperator andThen(IntUnaryOperator after)
andThen in interface IntUnaryOperatorstatic IntUnaryOperator identity()
identity in interface IntUnaryOperatorCopyright © 2021. All rights reserved.