Package w.util.mutable
Interface MutableOptionalLong
- All Superinterfaces:
MutableLong
- Author:
- whilein
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanisEmpty()booleanlongorElse(long value) longorElseGet(@NotNull LongSupplier value) <X extends Throwable>
longorElseThrow(@NotNull Supplier<X> supplier) <X extends Throwable>
longorElseThrow(X cause) Methods inherited from interface w.util.mutable.MutableLong
decrementAndGet, get, getAndDecrement, getAndIncrement, incrementAndGet, set