@FunctionalInterface public interface TriConsumer<A,B,C>
void
accept(A a, B b, C c)
void accept(A a, B b, C c)
a
b
c
Copyright © 2025. All rights reserved.