Interface Checkeds.CheckedThrowingConsumer<T>

  • All Superinterfaces:
    java.util.function.Consumer<T>
    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.CheckedThrowingConsumer<T>
    extends java.util.function.Consumer<T>
    • Method Detail

      • accept

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

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