@FunctionalInterface public interface ISetter<T,U> extends BiConsumer<T,U>, Serializable
void
accept(T t, U u)
andThen
void accept(T t, U u)
accept
BiConsumer<T,U>
t
u
Copyright © 2024. All rights reserved.