public final class ThrowingConsumers extends Object
ThrowingConsumer types| Constructor and Description |
|---|
ThrowingConsumers() |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
noop() |
public static <T,E extends Exception> ThrowingConsumer<T,E> noop()
T - The type to be consumedE - The exception that the consumer might throwThrowingConsumer that does nothing.Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.