@FunctionalInterface public interface SerializableConsumer<T> extends Serializable, Consumer<T>
void
accept(T t)
andThen
void accept(T t)
accept
Consumer<T>
Copyright © 2012–2017. All rights reserved.