public interface WithStreamable
| Modifier and Type | Method and Description |
|---|---|
default <T1,T2,R> Streamable<R> |
forEach(Streamable<T1> s1,
Function<T1,Streamable<T2>> s2,
BiFunction<T1,T2,R> f) |
default <T1,T2,R> Streamable<R> |
forEach(Streamable<T1> s1,
Function<T1,Streamable<T2>> s2,
BiPredicate<T1,T2> p,
BiFunction<T1,T2,R> f) |
default <T1,T2,T3,R> |
forEach(Streamable<T1> s1,
Function<T1,Streamable<T2>> s2,
Function<Tuple2,Streamable<T3>> s3,
Function3<T1,T2,T3,R> f) |
default <T1,T2,T3,R> |
forEach(Streamable<T1> s1,
Function<T1,Streamable<T2>> s2,
Function<Tuple2,Streamable<T3>> s3,
Predicate3<T1,T2,T3> p,
Function3<T1,T2,T3,R> f) |
default <T1,T2,T3,T4,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Function4<T1,T2,T3,T4,R> f) |
default <T1,T2,T3,T4,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Predicate4<T1,T2,T3,T4> p,
Function4<T1,T2,T3,T4,R> f) |
default <T1,T2,T3,T4,T5,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Function5<T1,T2,T3,T4,T5,R> f) |
default <T1,T2,T3,T4,T5,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Predicate5<T1,T2,T3,T4,T5> p,
Function5<T1,T2,T3,T4,T5,R> f) |
default <T1,T2,T3,T4,T5,T6,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Function6<T1,T2,T3,T4,T5,T6,R> f) |
default <T1,T2,T3,T4,T5,T6,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Predicate6<T1,T2,T3,T4,T5,T6> p,
Function6<T1,T2,T3,T4,T5,T6,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Function7<T1,T2,T3,T4,T5,T6,T7,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Predicate7<T1,T2,T3,T4,T5,T6,T7> p,
Function7<T1,T2,T3,T4,T5,T6,T7,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Predicate8<T1,T2,T3,T4,T5,T6,T7,T8> p,
Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Predicate9<T1,T2,T3,T4,T5,T6,T7,T8,T9> p,
Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Predicate10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> p,
Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Predicate11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> p,
Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Predicate12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> p,
Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Predicate13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> p,
Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Streamable<T14> s14,
Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Streamable<T14> s14,
Predicate14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> p,
Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Streamable<T14> s14,
Streamable<T15> s15,
Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Streamable<T14> s14,
Streamable<T15> s15,
Predicate15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> p,
Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Streamable<T14> s14,
Streamable<T15> s15,
Streamable<T16> s16,
Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> f) |
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> |
forEach(Streamable<T1> s1,
Streamable<T2> s2,
Streamable<T3> s3,
Streamable<T4> s4,
Streamable<T5> s5,
Streamable<T6> s6,
Streamable<T7> s7,
Streamable<T8> s8,
Streamable<T9> s9,
Streamable<T10> s10,
Streamable<T11> s11,
Streamable<T12> s12,
Streamable<T13> s13,
Streamable<T14> s14,
Streamable<T15> s15,
Streamable<T16> s16,
Predicate16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> p,
Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> f) |
default <T1,T2,R> Streamable<R> forEach(Streamable<T1> s1, Function<T1,Streamable<T2>> s2, BiFunction<T1,T2,R> f)
default <T1,T2,R> Streamable<R> forEach(Streamable<T1> s1, Function<T1,Streamable<T2>> s2, BiPredicate<T1,T2> p, BiFunction<T1,T2,R> f)
default <T1,T2,T3,R> Streamable<R> forEach(Streamable<T1> s1, Function<T1,Streamable<T2>> s2, Function<Tuple2,Streamable<T3>> s3, Function3<T1,T2,T3,R> f)
default <T1,T2,T3,R> Streamable<R> forEach(Streamable<T1> s1, Function<T1,Streamable<T2>> s2, Function<Tuple2,Streamable<T3>> s3, Predicate3<T1,T2,T3> p, Function3<T1,T2,T3,R> f)
default <T1,T2,T3,T4,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Function4<T1,T2,T3,T4,R> f)
default <T1,T2,T3,T4,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Predicate4<T1,T2,T3,T4> p, Function4<T1,T2,T3,T4,R> f)
default <T1,T2,T3,T4,T5,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Function5<T1,T2,T3,T4,T5,R> f)
default <T1,T2,T3,T4,T5,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Predicate5<T1,T2,T3,T4,T5> p, Function5<T1,T2,T3,T4,T5,R> f)
default <T1,T2,T3,T4,T5,T6,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Function6<T1,T2,T3,T4,T5,T6,R> f)
default <T1,T2,T3,T4,T5,T6,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Predicate6<T1,T2,T3,T4,T5,T6> p, Function6<T1,T2,T3,T4,T5,T6,R> f)
default <T1,T2,T3,T4,T5,T6,T7,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Function7<T1,T2,T3,T4,T5,T6,T7,R> f)
default <T1,T2,T3,T4,T5,T6,T7,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Predicate7<T1,T2,T3,T4,T5,T6,T7> p, Function7<T1,T2,T3,T4,T5,T6,T7,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Predicate8<T1,T2,T3,T4,T5,T6,T7,T8> p, Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Predicate9<T1,T2,T3,T4,T5,T6,T7,T8,T9> p, Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Predicate10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> p, Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Predicate11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> p, Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Predicate12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> p, Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Predicate13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> p, Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Streamable<T14> s14, Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Streamable<T14> s14, Predicate14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> p, Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Streamable<T14> s14, Streamable<T15> s15, Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Streamable<T14> s14, Streamable<T15> s15, Predicate15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> p, Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Streamable<T14> s14, Streamable<T15> s15, Streamable<T16> s16, Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> f)
default <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> Streamable<R> forEach(Streamable<T1> s1, Streamable<T2> s2, Streamable<T3> s3, Streamable<T4> s4, Streamable<T5> s5, Streamable<T6> s6, Streamable<T7> s7, Streamable<T8> s8, Streamable<T9> s9, Streamable<T10> s10, Streamable<T11> s11, Streamable<T12> s12, Streamable<T13> s13, Streamable<T14> s14, Streamable<T15> s15, Streamable<T16> s16, Predicate16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> p, Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> f)
Copyright © 2021. All rights reserved.