io.backchat.hookup

ResultList

case class ResultList (results: List[OperationResult]) extends OperationResult with Product with Serializable

A list of operation results, contains some aggregate helper methods in addition to a populated list of children

results

a scala.List of OperationResult objects

Linear Supertypes
Serializable, Serializable, Product, Equals, OperationResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ResultList
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OperationResult
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultList (results: List[OperationResult])

    results

    a scala.List of OperationResult objects

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def canEqual (arg0: Any): Boolean

    Definition Classes
    ResultList → Equals
  8. def cancellations : List[OperationResult]

    A list of child cancellation results.

    A list of child cancellation results.

    returns

    a java.util.List of io.backchat.hookup.Cancelled objects

    Annotations
    @BeanProperty()
  9. def children : List[OperationResult]

    A list of child operation results.

    A list of child operation results.

    returns

    a java.util.List of OperationResult objects

    Definition Classes
    ResultListOperationResult
    Annotations
    @BeanProperty()
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    ResultList → Equals → AnyRef → Any
  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  15. def hashCode (): Int

    Definition Classes
    ResultList → AnyRef → Any
  16. def isCancelled : Boolean

    Flag for the java api to indicate cancellation, returns true when the list is not empty and at least one of the elements in the list is a io.backchat.hookup.Cancelled object.

    Flag for the java api to indicate cancellation, returns true when the list is not empty and at least one of the elements in the list is a io.backchat.hookup.Cancelled object.

    returns

    A boolean indicating cancellation

    Definition Classes
    ResultListOperationResult
    Annotations
    @BeanProperty()
  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. def isSuccess : Boolean

    Flag for the java api to indicate success, returns true when the list is empty or all the elements in the list are io.backchat.hookup.Success objects.

    Flag for the java api to indicate success, returns true when the list is empty or all the elements in the list are io.backchat.hookup.Success objects.

    returns

    A boolean indicating success

    Definition Classes
    ResultListOperationResult
    Annotations
    @BeanProperty()
  19. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def productArity : Int

    Definition Classes
    ResultList → Product
  23. def productElement (arg0: Int): Any

    Definition Classes
    ResultList → Product
  24. def productIterator : Iterator[Any]

    Definition Classes
    Product
  25. def productPrefix : String

    Definition Classes
    ResultList → Product
  26. val results : List[OperationResult]

    a scala.List of OperationResult objects

  27. def sucesses : List[OperationResult]

    A list of child success results.

    A list of child success results.

    returns

    a java.util.List of io.backchat.hookup.Success objects

    Annotations
    @BeanProperty()
  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    ResultList → AnyRef → Any
  30. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OperationResult

Inherited from AnyRef

Inherited from Any