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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description O
apply(I1 input1)
ConvertsI1 to
O
.
-