Package org.apache.pekko.stream.javadsl
Class CollectionUtil$
- java.lang.Object
-
- org.apache.pekko.stream.javadsl.CollectionUtil$
-
public class CollectionUtil$ extends java.lang.Object
INTERNAL APIUtility methods for converting Java collections to Scala collections.
-
-
Field Summary
Fields Modifier and Type Field Description static CollectionUtil$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CollectionUtil$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> scala.collection.immutable.Seq<T>
toSeq(java.lang.Iterable<T> jiterable)
<T> scala.collection.immutable.Seq<T>
toSeq(java.util.List<T> jlist)
-
-
-
Field Detail
-
MODULE$
public static final CollectionUtil$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-