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