o

net.liftweb.common

CombinableBox

object CombinableBox

Via an HList containing a collection of Box, either generates an HList of the things (unboxed) or a List[Failure].

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CombinableBox
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class CombinableBox [B, C <: HList](rhs: Result[:+:[B, C]]) extends Product with Serializable

    The place where the results are accumulated.

  2. final case class FailureList (failures: List[Failure]) extends Product with Serializable

    If the Failure is going to be condensed, a FailureList is generated to allow type-safe pattern matches without worrying about erasure.

  3. type Result[A] = Either[List[Failure], A]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def boxCombinationToCombinableBox[A, B <: HList](in: Result[:+:[A, B]]): CombinableBox[A, B]
  6. implicit def boxToCombinableBox[A](in: Box[A]): CombinableBox[A, HNil]
  7. implicit def boxableToCombinableBox[A](in: Boxable[A]): CombinableBox[A, HNil]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. implicit def resultToBox[A](result: Result[A]): Box[A]
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped