@FunctionalInterface public interface IntUnaryOperator
Modifier and Type | Method and Description |
---|---|
default IntUnaryOperator |
andThen(IntUnaryOperator after) |
int |
applyAsInt(int operand) |
default IntUnaryOperator |
compose(IntUnaryOperator before) |
static IntUnaryOperator |
identity() |
static IntUnaryOperator identity()
int applyAsInt(int operand)
default IntUnaryOperator andThen(IntUnaryOperator after)
default IntUnaryOperator compose(IntUnaryOperator before)
Copyright © 2018. All rights reserved.