@Public @FunctionalInterface public interface LongFunctionWithException<R,E extends Throwable>
LongFunction
but can throw Exception
.Modifier and Type | Method and Description |
---|---|
R |
apply(long value)
Applies this function to the given argument.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.