- All Superinterfaces:
ToLongBiFunction<T,U>
- 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.256045Z") @FunctionalInterface public interface ReflectiveToLongBiFunction<T,U> extends ToLongBiFunction<T,U>
-
Method Summary
Modifier and Type Method Description default longapplyAsLong(T arg0, U arg1)longapplyAsLongChecked(T arg0, U arg1)static <T, U> ReflectiveToLongBiFunction<T,U>of(ReflectiveToLongBiFunction<T,U> value)
-
Method Details
-
applyAsLongChecked
- Throws:
ReflectiveOperationException
-
applyAsLong
- Specified by:
applyAsLongin interfaceToLongBiFunction<T,U>
-
of
-