Package org.apache.pekko.util
Class Collections.IterableOps$
java.lang.Object
org.apache.pekko.util.Collections.IterableOps$
- Enclosing class:
- Collections
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Collections.IterableOps$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <R,T> scala.collection.immutable.Seq<R> collectToImmutableSeq$extension(Collections.IterableOps<T> $this, scala.PartialFunction<T, R> pf) final <T> booleanequals$extension(Collections.IterableOps<T> $this, Object x$1) final <T> inthashCode$extension(Collections.IterableOps<T> $this)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
IterableOps$
public IterableOps$()
-
-
Method Details
-
collectToImmutableSeq$extension
public final <R,T> scala.collection.immutable.Seq<R> collectToImmutableSeq$extension(Collections.IterableOps<T> $this, scala.PartialFunction<T, R> pf) -
hashCode$extension
-
equals$extension
-