Interface ThrowingToLongFunction<I, T extends Throwable>
- Type Parameters:
I- the type of the input of the functionT- the type of the exception the accept method may throw
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a function that produces a long-valued result and may thrown an exception.
- See Also:
-
Method Summary
-
Method Details
-
apply
-