@FunctionalInterface public interface ThrowingLongUnaryOperator extends LongUnaryOperator
LongUnaryOperator| Modifier and Type | Method and Description |
|---|---|
default long |
applyAsLong(long operand) |
long |
doApplyAsLong(long operand) |
andThen, compose, identitydefault long applyAsLong(long operand)
applyAsLong in interface LongUnaryOperator