@FunctionalInterface public interface SafeConsumer<T> extends Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T arg) |
void |
acceptUnsafe(T arg) |
Copyright © 2012–2017 MARID software development group. All rights reserved.