Package io.aether.utils.interfaces
Interface ABiFunction<T,T2,R>
-
- All Superinterfaces:
java.util.function.BiFunction<T,T2,R>
public interface ABiFunction<T,T2,R> extends java.util.function.BiFunction<T,T2,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Rapply(T v, T2 v2)Rapply2(T v, T2 v2)
-