E - the element type the visitor accepts.FAILURE - the type of exception the visitor might throw@FunctionalInterface public interface Visitor<E,FAILURE extends Exception>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Visitor.SafeGenerics |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(E element)
Invoked for each element in a collection.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.