Uses of Interface
com.opengamma.strata.collect.function.TriFunction
-
Packages that use TriFunction Package Description com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8. -
-
Uses of TriFunction in com.opengamma.strata.collect.function
Methods in com.opengamma.strata.collect.function that return TriFunction Modifier and Type Method Description default <S> TriFunction<T,U,V,S>
TriFunction. andThen(Function<? super R,? extends S> after)
Returns a new function that composes this function and the specified function.
-