object ParSeq
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParSeq
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Both[+Z <: Unit, +A](left: ParSeq[Z, A], right: ParSeq[Z, A]) extends ParSeq[Z, A] with Product with Serializable
- final case class Single[+A](value: A) extends ParSeq[Nothing, A] with Product with Serializable
- final case class Then[+Z <: Unit, +A](left: ParSeq[Z, A], right: ParSeq[Z, A]) extends ParSeq[Z, A] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[A](a: A): ParSeq[Nothing, A]
Constructs a new collection of events that contains the specified event.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val empty: ParSeq[Unit, Nothing]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
def
parSeqCovariant[Z <: Unit]: Covariant[[+a]ParSeq[Z, a]]
The
Covariantinstance forParSeq. -
implicit
def
parSeqDebug[Z <: Unit, A](implicit arg0: Debug[A]): Debug[ParSeq[Z, A]]
Derives a
Debug[ParSeq[A]]given aDebug[A]. -
implicit
def
parSeqForEach[Z <: Unit]: ForEach[[+a]ParSeq[Z, a]]
The
NonEmptyForEachinstance forParSeq. -
implicit
def
parSeqHash[Z <: Unit, A]: Hash[ParSeq[Z, A]]
The
Hashinstance forParSeq.The
Hashinstance forParSeq. Note that due to limitations of Scala'sSetthis uses object equality and hash code on the elements. -
implicit
def
parSeqIdentityBoth[Z <: Unit]: IdentityBoth[[+a]ParSeq[Z, a]]
The
IdentityBothinstance forParSeq. -
implicit
def
parSeqIdentityFlatten[Z <: Unit]: IdentityFlatten[[+a]ParSeq[Z, a]]
The
IdentityFlatteninstance forParSeq. -
def
single[A](a: A): ParSeq[Nothing, A]
Constructs a new collection of events that contains the specified event.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
unit: ParSeq[Nothing, Unit]
A collection of events that contains a single event with no information.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Empty extends ParSeq[Unit, Nothing] with Product with Serializable