T
U
W
R
@FunctionalInterface public interface TriFunction<T,U,W,R>
default <V> TriFunction<T,U,W,V>
andThen(java.util.function.Function<? super R,? extends V> after)
apply(T t, U u, W w)
R apply(T t, U u, W w)
default <V> TriFunction<T,U,W,V> andThen(java.util.function.Function<? super R,? extends V> after)
Copyright © 2022. All rights reserved.