Package org.apache.pekko.util
Class Collections$
java.lang.Object
org.apache.pekko.util.Collections$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Collections$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Collections.IterableOps<T>IterableOps(Iterable<T> iterable)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Collections$
public Collections$()
-
-
Method Details
-
IterableOps
-