@FunctionalInterface public interface TupleFunction4<T1,T2,T3,T4,R> extends java.util.function.Function<Tuple4<T1,T2,T3,T4>,R>, Function4<T1,T2,T3,T4,R>
default R
apply(Tuple4<T1,T2,T3,T4> tuple4)
static <T1,T2,T3,T4,R>TupleFunction4<T1,T2,T3,T4,R>
cast(Function4<T1,T2,T3,T4,R> function4)
andThen, compose, identity
apply
default R apply(Tuple4<T1,T2,T3,T4> tuple4)
java.util.function.Function<Tuple4<T1,T2,T3,T4>,R>
static <T1,T2,T3,T4,R> TupleFunction4<T1,T2,T3,T4,R> cast(Function4<T1,T2,T3,T4,R> function4)
Copyright © 2021. All rights reserved.