@FunctionalInterface public interface TupleConsumer3<T1,T2,T3> extends java.util.function.Consumer<Tuple3<T1,T2,T3>>, Consumer3<T1,T2,T3>
default void
accept(Tuple3<T1,T2,T3> tuple3)
static <T1,T2,T3> TupleConsumer3<T1,T2,T3>
cast(Consumer3<T1,T2,T3> consumer3)
andThen
accept
default void accept(Tuple3<T1,T2,T3> tuple3)
java.util.function.Consumer<Tuple3<T1,T2,T3>>
static <T1,T2,T3> TupleConsumer3<T1,T2,T3> cast(Consumer3<T1,T2,T3> consumer3)
Copyright © 2021. All rights reserved.