@FunctionalInterface public interface CheckedLongUnaryOperator
LongUnaryOperator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long operand)
Applies this operator to the given operand.
|
Copyright © 2014. All Rights Reserved.