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 Oapply(I1 input1)ConvertsI1 toO.
-