Interface Checkeds.CheckedThrowingBiConsumer<T,​U>

  • All Superinterfaces:
    java.util.function.BiConsumer<T,​U>
    Enclosing class:
    Checkeds
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Checkeds.CheckedThrowingBiConsumer<T,​U>
    extends java.util.function.BiConsumer<T,​U>
    • Method Detail

      • accept

        default void accept​(T t,
                            U u)
        Specified by:
        accept in interface java.util.function.BiConsumer<T,​U>
      • checkedThrowingAccept

        void checkedThrowingAccept​(T t,
                                   U u)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception