E - The type of exception this action may throw.public interface ThrowingAction<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Apply the action for some or all of its side-effects to take place, possibly throwing an exception.
|
static <E extends Exception> |
noop() |
void apply()
throws E extends Exception
static <E extends Exception> ThrowingAction<E> noop()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.