Interface BiFunction<T1,​T2,​R>

    • Method Detail

      • apply

        R apply​(@NonNull T1 t1,
                @NonNull T2 t2)
         throws java.lang.Throwable
        Calculate a value based on the input values.
        Parameters:
        t1 - the first value
        t2 - the second value
        Returns:
        the result value
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception