Interface Functional.Consumer<T>
-
- Enclosing class:
- Functional
public static interface Functional.Consumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T value)
-
-
-
Method Detail
-
accept
void accept(T value) throws JsonQueryException
- Throws:
JsonQueryException
-
-