public class ToIncrement extends Object implements java.util.function.LongUnaryOperator
| 限定符和类型 | 方法和说明 |
|---|---|
long |
applyAsLong(long absoluteVal) |
static ToIncrement |
of() |
static ToIncrement |
of(long initVal) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandThen, compose, identitypublic static ToIncrement of(long initVal)
public static ToIncrement of()
public long applyAsLong(long absoluteVal)
applyAsLong 在接口中 java.util.function.LongUnaryOperatorCopyright © 2022. All rights reserved.