Uses of Interface
org.icij.datashare.function.TerFunction
-
Packages that use TerFunction Package Description org.icij.datashare.function -
-
Uses of TerFunction in org.icij.datashare.function
Methods in org.icij.datashare.function that return TerFunction Modifier and Type Method Description default <S> TerFunction<A,B,C,S>TerFunction. andThen(java.util.function.Function<? super R,? extends S> after)default <T> TerFunction<T,B,C,R>TerFunction. compose(java.util.function.Function<? super T,? extends A> before)static <A,B,C,R>
TerFunction<A,B,C,R>TerFunction. uncurry(java.util.function.Function<A,java.util.function.Function<B,java.util.function.Function<C,R>>> f)Methods in org.icij.datashare.function with parameters of type TerFunction Modifier and Type Method Description static <A,B,C,R>
java.util.function.Function<A,java.util.function.Function<B,java.util.function.Function<C,R>>>TerFunction. curry(TerFunction<A,B,C,R> f)
-