Package org.apache.pekko.util
Class Collections.EmptyImmutableSeq$
java.lang.Object
org.apache.pekko.util.Collections.EmptyImmutableSeq$
- All Implemented Interfaces:
Serializable,scala.collection.immutable.Iterable<scala.runtime.Nothing$>,scala.collection.immutable.Seq<scala.runtime.Nothing$>,scala.collection.immutable.SeqOps<scala.runtime.Nothing$,,scala.collection.immutable.Seq, scala.collection.immutable.Seq<scala.runtime.Nothing$>> scala.collection.Iterable<scala.runtime.Nothing$>,scala.collection.IterableFactoryDefaults<scala.runtime.Nothing$,,scala.collection.Iterable> scala.collection.IterableOnce<scala.runtime.Nothing$>,scala.collection.IterableOnceOps<scala.runtime.Nothing$,,scala.collection.Iterable, scala.collection.Iterable> scala.collection.IterableOps<scala.runtime.Nothing$,,scala.collection.Iterable, scala.collection.Iterable> scala.collection.Seq<scala.runtime.Nothing$>,scala.collection.SeqOps<scala.runtime.Nothing$,,scala.collection.Seq, scala.collection.Seq<scala.runtime.Nothing$>> scala.Equals,scala.Function1<Object,,scala.runtime.Nothing$> scala.PartialFunction<Object,,scala.runtime.Nothing$> scala.Product
- Enclosing class:
- Collections
public static class Collections.EmptyImmutableSeq$
extends Object
implements scala.collection.immutable.Seq<scala.runtime.Nothing$>, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface scala.Function1
scala.Function1.UnliftOps<A extends Object,B extends Object>, scala.Function1.UnliftOps$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Collections.EmptyImmutableSeq$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal scala.runtime.Nothing$apply(int idx) final scala.collection.Iterator<scala.runtime.Nothing$>iterator()final intlength()intproductElement(int x$1) scala.collection.Iterator<Object>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Function1
apply, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, composeMethods inherited from interface scala.collection.Iterable
className, coll, collectionClassName, lazyZip, seq, toIterableMethods inherited from interface scala.collection.IterableFactoryDefaults
empty, fromSpecific, newSpecificBuilderMethods inherited from interface scala.collection.IterableOnce
knownSize, stepperMethods inherited from interface scala.collection.IterableOnceOps
$colon$bslash, $div$colon, addString, addString, addString, aggregate, collectFirst, copyToArray, copyToArray, copyToArray, copyToBuffer, corresponds, count, exists, find, fold, foldLeft, foldRight, forall, foreach, hasDefiniteSize, max, maxBy, maxByOption, maxOption, min, minBy, minByOption, minOption, mkString, mkString, mkString, nonEmpty, product, reduce, reduceLeft, reduceLeftOption, reduceOption, reduceRight, reduceRightOption, reversed, sum, to, toArray, toBuffer, toIndexedSeq, toIterator, toList, toMap, toSet, toStream, toVectorMethods inherited from interface scala.collection.IterableOps
$plus$plus, collect, companion, drop, dropRight, dropWhile, filter, filterNot, flatMap, flatten, groupBy, grouped, groupMap, groupMapReduce, head, headOption, init, inits, isTraversableAgain, last, lastOption, map, partition, partitionMap, repr, scan, scanLeft, scanRight, sizeIs, slice, sliding, sliding, span, splitAt, tail, tails, take, takeRight, takeWhile, tapEach, toTraversable, transpose, unzip, unzip3, view, withFilter, zip, zipAll, zipWithIndexMethods inherited from interface scala.PartialFunction
andThen, andThen, applyOrElse, compose, elementWise, isDefinedAt, lift, orElse, runWith, unapplyMethods inherited from interface scala.Product
productElementName, productElementNamesMethods inherited from interface scala.collection.immutable.Seq
iterableFactory, toSeqMethods inherited from interface scala.collection.Seq
canEqual, equals, hashCode, stringPrefix, toStringMethods inherited from interface scala.collection.SeqOps
$colon$plus, $colon$plus$plus, $plus$colon, $plus$plus$colon, appended, appendedAll, combinations, concat, contains, containsSlice, corresponds, diff, distinct, distinctBy, endsWith, findLast, indexOf, indexOf, indexOfSlice, indexOfSlice, indexWhere, indexWhere, indices, intersect, isDefinedAt, isEmpty, lastIndexOf, lastIndexOf$default$2, lastIndexOfSlice, lastIndexOfSlice, lastIndexWhere, lastIndexWhere, lengthCompare, lengthCompare, lengthIs, occCounts, padTo, patch, permutations, prefixLength, prepended, prependedAll, reverse, reverseIterator, reverseMap, sameElements, scala$collection$SeqOps$$toGenericSeq, search, search, segmentLength, segmentLength, size, sizeCompare, sizeCompare, sortBy, sorted, sortWith, startsWith, startsWith$default$2, union, updated, view
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EmptyImmutableSeq$
public EmptyImmutableSeq$()
-
-
Method Details
-
iterator
public final scala.collection.Iterator<scala.runtime.Nothing$> iterator()- Specified by:
iteratorin interfacescala.collection.IterableOnce<scala.runtime.Nothing$>
-
apply
public final scala.runtime.Nothing$ apply(int idx) - Specified by:
applyin interfacescala.collection.SeqOps<scala.runtime.Nothing$,scala.collection.Seq, scala.collection.Seq<scala.runtime.Nothing$>>
-
length
public final int length()- Specified by:
lengthin interfacescala.collection.SeqOps<scala.runtime.Nothing$,scala.collection.Seq, scala.collection.Seq<scala.runtime.Nothing$>>
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-