Interface ITypedFunction1<I,​O>


  • public interface ITypedFunction1<I,​O>
    • Method Detail

      • apply

        <_I> O apply​(_I input)
      • getInputType

        Class<? super I> getInputType()
      • isApplicable

        <_I> boolean isApplicable​(_I input)