Class IteratorUtils.SourceRelatedTraversableOnceOps<T>
java.lang.Object
scala.AnyVal
com.here.platform.data.client.utils.IteratorUtils.SourceRelatedTraversableOnceOps<T>
- Enclosing class:
- IteratorUtils
public static class IteratorUtils.SourceRelatedTraversableOnceOps<T>
extends scala.AnyVal
Source-related operations of IterableOnce[T].
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SourceRelatedTraversableOnceOps
-
-
Method Details
-
items
-
toSource
Convert IterableOnce[T] to Source[T, NotUsed].- Returns:
- converted Source[T, NotUsed]
-