@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)
andThen, compose, identity
apply
default R apply(Tuple4<T1,T2,T3,T4> tuple4)
java.util.function.Function<Tuple4<T1,T2,T3,T4>,R>
Copyright © 2021. All rights reserved.