Interface Function2<I1,I2,O>
- Type Parameters:
I1- First Input TypeI2- Second Input TypeO- Output Type
- All Known Implementing Classes:
AdBreakMapper
public interface Function2<I1,I2,O>
Function to create an output from two inputs.
-
Method Summary
-
Method Details
-
apply
ConvertsI1, I2toO.- Parameters:
input1- First inputinput2- Second input- Returns:
- output of type O
- Throws:
Exception
-