@FunctionalInterface public interface Updater<T> extends Consumer<T>
default void
accept(T t)
void
update(T t)
andThen
default void accept(T t)
accept
Consumer<T>
void update(T t)
Copyright © 2019. All rights reserved.