Package com.io7m.smfj.core
Interface SMFPartialBiFunctionType<A,B,C,E extends java.lang.Exception>
-
- Type Parameters:
A- The type of the first argumentB- The type of the second argumentC- The type of the return valueE- The type of exceptions raised
public interface SMFPartialBiFunctionType<A,B,C,E extends java.lang.Exception>The type of two-argument partial functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Capply(A a, B b)Apply the function.
-