- All Superinterfaces:
DoubleToLongFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Generated(value="marid", date="2020-03-24T18:45:48.217235Z") @FunctionalInterface public interface ReflectiveDoubleToLongFunction extends DoubleToLongFunction
-
Method Summary
Modifier and Type Method Description default longapplyAsLong(double arg0)longapplyAsLongChecked(double arg0)static ReflectiveDoubleToLongFunctionof(ReflectiveDoubleToLongFunction value)
-
Method Details
-
applyAsLongChecked
- Throws:
ReflectiveOperationException
-
applyAsLong
default long applyAsLong(double arg0)- Specified by:
applyAsLongin interfaceDoubleToLongFunction
-
of
-