Interface Throwables.CharBiFunction<R,​E extends Throwable>

  • Type Parameters:
    R -
    E -
    All Known Subinterfaces:
    CharBiFunction<R>
    Enclosing class:
    Throwables

    public static interface Throwables.CharBiFunction<R,​E extends Throwable>
    The Interface CharBiFunction.
    • Method Detail

      • apply

        R apply​(char t,
                char u)
         throws E extends Throwable
        Parameters:
        t -
        u -
        Returns:
        Throws:
        E - the e
        E extends Throwable