@FunctionalInterface public interface ConsumerWithArgs3<A,B,C>
void
accept(A a, B b, C c)
default ConsumerWithArgs3<A,B,C>
andThen(ConsumerWithArgs3<? super A,? super B,? super C> after)
void accept(A a, B b, C c)
default ConsumerWithArgs3<A,B,C> andThen(ConsumerWithArgs3<? super A,? super B,? super C> after)
Copyright © 2025 fossc. All rights reserved.