T - first argument type for applyU - second argument type for applyV - third argument type for applyR - return value type for applypublic interface TriFunction<T,U,V,R>
BiFunction to three arguments.| Modifier and Type | Method and Description |
|---|---|
default <W> TriFunction<T,U,V,W> |
andThen(java.util.function.Function<? super R,? extends W> after) |
R |
apply(T t,
U u,
V v) |
Copyright © 2001-2022 JRuby. All Rights Reserved.