Interface LinkedOptionalMap.ConsumerWithException<K,​V,​E extends Throwable>

  • Enclosing class:
    LinkedOptionalMap<K,​V>
    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 LinkedOptionalMap.ConsumerWithException<K,​V,​E extends Throwable>
    A Consumer that throws exceptions.
    • Method Detail

      • accept

        void accept​(@Nonnull
                    String keyName,
                    @Nullable
                    K key,
                    @Nullable
                    V value)
             throws E extends Throwable
        Throws:
        E extends Throwable