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