Interface CheckedLongFunction<R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
LongFunction that allows for checked exceptions.-
Method Summary
Modifier and TypeMethodDescriptionapply(long value) Applies this function to the given argument.static <R> LongFunction<R> sneaky(CheckedLongFunction<R> function) static <R> LongFunction<R> unchecked(CheckedLongFunction<R> function) static <R> LongFunction<R> unchecked(CheckedLongFunction<R> function, Consumer<Throwable> handler)
-
Method Details
-
apply
-
sneaky
-
unchecked
-
unchecked
-