public interface TriFunction<T,U,V,R>
default <R2> TriFunction<T,U,V,R2>
andThen(Function<? super R,? extends R2> after)
R
apply(T t, U u, V v)
R apply(T t, U u, V v)
default <R2> TriFunction<T,U,V,R2> andThen(Function<? super R,? extends R2> after)
Copyright © 2023. All rights reserved.