- 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.054836Z") @FunctionalInterface public interface IOToLongBiFunction<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> IOToLongBiFunction<T,U>of(IOToLongBiFunction<T,U> value)
-
Method Details
-
applyAsLongChecked
- Throws:
IOException
-
applyAsLong
- Specified by:
applyAsLongin interfaceToLongBiFunction<T,U>
-
of
-