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