class ConsumerContainer[A] extends Deconstructible
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConsumerContainer
- Deconstructible
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConsumerContainer()
- Annotations
- @Persist()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +:+=(consumer: (A) => Unit): ConsumerContainer.this.type
alias for ConsumerContainer#addOnce()
- def +=(consumer: (A) => Unit): ConsumerContainer.this.type
alias for ConsumerContainer#add()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(consumer: (A) => Unit): ConsumerContainer.this.type
- def addOnce(consumer: (A) => Unit): ConsumerContainer.this.type
Will add the consumer in the list, and remove it once it was executed.
Will add the consumer in the list, and remove it once it was executed.
- consumer
the action to perform
- def applyAll(t: A, onException: (Throwable) => Unit = throw _): ConsumerContainer.this.type
- def applyAllLater(t: A, onException: (Throwable) => Unit = throw _): ConsumerContainer.this.type
- Annotations
- @workerExecution()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): ConsumerContainer.this.type
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def deconstruct(): Array[Any]
Turn this object to an array of object that must match the parameters of the @
Persist
constructor.Turn this object to an array of object that must match the parameters of the @
Persist
constructor.- Definition Classes
- ConsumerContainer → Deconstructible
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def foreach(action: ((A) => Unit) => Unit): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isEmpty: Boolean
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ConsumerContainer → 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