@FunctionalInterface public interface TriConsumer<T,U,X>
void
accept(T t, U u, X x)
void accept(T t, U u, X x)
Copyright © 2024. All rights reserved.