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