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