Package org.apache.flink.util
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>
AConsumer
that throws exceptions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(String keyName, K key, V value)
-