Package 

Interface Function


  • 
    public interface Function<I1, O>
    
                        

    Function to create an output from two inputs.

    • Method Summary

      Modifier and Type Method Description
      abstract O apply(@NonNull() I1 input1) Converts I1 to O.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apply

        @NonNull() abstract O apply(@NonNull() I1 input1)

        Converts I1 to O.

        Parameters:
        input1 - First input