@FunctionalInterface public interface Updater<T> extends java.util.function.Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t) |
void |
update(T t) |
andThendefault void accept(T t)
accept in interface java.util.function.Consumer<T>void update(T t)
Copyright © 2017. All rights reserved.