implicit class StreamExt[Type <: Type] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamExt
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamExt(left: Of[Type])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dropStallBubblesdf(implicit ctx: ContextOf[String("dropStallBubblesdf")]): Of[Type]
- def dropWhiledf(p: (Of[Type]) => DFBool)(implicit ctx: ContextOf[String("dropWhiledf")]): Of[Type]
- def dropdf(n: Int)(implicit ctx: ContextOf[String("dropdf")]): Of[Type]
- def emptydf(implicit ctx: ContextOf[String("emptydf")]): Of[Type]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filterNotdf(discardWhen: (Of[Type]) => DFBool)(implicit ctx: ContextOf[String("filterNotdf")]): Of[Type]
- def filterdf(keepWhen: (Of[Type]) => DFBool)(implicit ctx: ContextOf[String("filterdf")]): Of[Type]
- final def getClass(): Class[_ <: AnyRef]
- 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
- def mergeNonBlockingdf(right: Of[Type])(implicit ctx: ContextOf[String("mergeNonBlockingdf")]): Of[Type]
- def mergePrioritydf(right: Of[Type])(implicit ctx: ContextOf[String("mergePrioritydf")]): Of[Type]
- def mergedf(right: Of[Type])(implicit ctx: ContextOf[String("mergedf")]): Of[Type]
- 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()
- def orElsedf[R](secondary: Exact[R])(implicit op: Builder[Type, R], ctx: ContextOf[String("orElsedf")]): Of[Type]
- def prependdf(tokens: Type.InitAble[Of[Type]]*)(implicit op: Type.InitBuilder[Of[Type]], ctx: ContextOf[String("prependdf")]): Of[Type]
- def reducedf(op: (Of[Type], Of[Type]) => Of[Type])(implicit ctx: ContextOf[String("reducedf")]): Of[Type]
- def repeaterdf(implicit ctx: ContextOf[String("repeaterdf")]): Of[Type]
- def splitdf(num: Int)(implicit op: Type.InitBuilder[Of[Type]], ctx: ContextOf[String("splitdf")]): List[Of[Type]]
- def stallBypassdf(cond: DFBool, from: Of[Type])(implicit ctx: ContextOf[String("stallBypassdf")]): Of[Type]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def takeWhiledf(p: (Of[Type]) => DFBool)(implicit ctx: ContextOf[String("takeWhiledf")]): Of[Type]
- def takedf(n: Int)(implicit ctx: ContextOf[String("takedf")]): Of[Type]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated