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 Details

    • SourceRelatedTraversableOnceOps

      public SourceRelatedTraversableOnceOps(scala.collection.IterableOnce<T> items)
  • Method Details

    • items

      public scala.collection.IterableOnce<T> items()
    • toSource

      public org.apache.pekko.stream.scaladsl.Source<T,org.apache.pekko.NotUsed> toSource()
      Convert IterableOnce[T] to Source[T, NotUsed].

      Returns:
      converted Source[T, NotUsed]