public class ToLongUnaryOperator extends Object implements LongUnaryOperator
| Constructor and Description |
|---|
ToLongUnaryOperator(Function<Long,Long> f) |
ToLongUnaryOperator(LongFunction<Long> f) |
ToLongUnaryOperator(LongUnaryOperator f) |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long operand) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic ToLongUnaryOperator(LongFunction<Long> f)
public ToLongUnaryOperator(LongUnaryOperator f)
public long applyAsLong(long operand)
applyAsLong in interface LongUnaryOperatorCopyright © 2018. All rights reserved.