@FunctionalInterface public interface TupleFunction3<T1,T2,T3,R> extends java.util.function.Function<Tuple3<T1,T2,T3>,R>, Function3<T1,T2,T3,R>
default R
apply(Tuple3<T1,T2,T3> tuple3)
static <T1,T2,T3,R>TupleFunction3<T1,T2,T3,R>
cast(Function3<T1,T2,T3,R> function3)
andThen, compose, identity
apply
default R apply(Tuple3<T1,T2,T3> tuple3)
java.util.function.Function<Tuple3<T1,T2,T3>,R>
static <T1,T2,T3,R> TupleFunction3<T1,T2,T3,R> cast(Function3<T1,T2,T3,R> function3)
Copyright © 2021. All rights reserved.