- Enclosing interface:
- PMap<K,V>
public static interface PMap.Consumer<K,V>
Represents an operation that accepts two input arguments and returns no result.
This interface intended to be a functional interface as defined by the Java Language Specification.