T - first argument type for applyU - second argument type for applyV - third argument type for applyR - return value type for applypublic interface FunctionOneOrTwoOrThree<T,U,V,R> extends java.util.function.Function<T,R>, java.util.function.BiFunction<T,U,R>, TriFunction<T,U,V,R>
Function and BiFunction that properly replaces the default
andThen(Function) for both superinterfaces.| Modifier and Type | Method and Description |
|---|---|
default <W> FunctionOneOrTwoOrThree<T,U,V,W> |
andThen(java.util.function.Function<? super R,? extends W> after) |
applydefault <W> FunctionOneOrTwoOrThree<T,U,V,W> andThen(java.util.function.Function<? super R,? extends W> after)
Copyright © 2001-2022 JRuby. All Rights Reserved.