public <R> Iterator<R> yield(Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? extends R> f)
R
- type of the resulting Iterator
elementsf
- a function that maps an element of the cross product to a resultIterator
of mapped resultsCopyright © 2021. All Rights Reserved.