Interface SerializableToIntBiFunction<T,U>
-
- All Superinterfaces:
Serializable,ToIntBiFunction<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.
@FunctionalInterface public interface SerializableToIntBiFunction<T,U> extends ToIntBiFunction<T,U>, Serializable
Serializable version ofToIntBiFunction- Author:
- Jakub Danek (www.danekja.org)
-
-
Method Summary
-
Methods inherited from interface java.util.function.ToIntBiFunction
applyAsInt
-
-