@FunctionalInterface public interface ThreeFunction<T,U,U2,R>
default <V> ThreeFunction<T,U,U2,V>
andThen(Function<? super R,? extends V> after)
R
apply(T t, U u, U2 u2)
R apply(T t, U u, U2 u2)
default <V> ThreeFunction<T,U,U2,V> andThen(Function<? super R,? extends V> after)
Copyright © 2025. All rights reserved.