- Enclosing interface:
- PSet<E>
public static interface PSet.Consumer<E>
Represents an operation that accepts a single input argument and returns no result.
This interface intended to be a functional interface as defined by the Java Language Specification.