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