@FunctionalInterface public static interface LinkedOptionalMap.ConsumerWithException<K,V,E extends Throwable>
Consumer
void
accept(String keyName, K key, V value)
void accept(@Nonnull String keyName, @Nullable K key, @Nullable V value) throws E extends Throwable
E extends Throwable
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.