Interface ConfigurationVisitor.Stateless<E extends Exception>

All Superinterfaces:
ConfigurationVisitor<Void,​Void,​E>
Enclosing interface:
ConfigurationVisitor<S,​T,​E extends Exception>
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 ConfigurationVisitor.Stateless<E extends Exception>
extends ConfigurationVisitor<Void,​Void,​E>
Stateless specialization of visitors, where both the state and terminal type are Void