Packages

p

kadai

result

package result

Linear Supertypes
ResultTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. result
  2. ResultTypes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Result[A] = EitherT[scalaz.Scalaz.Id, Invalid, A]
    Definition Classes
    ResultTypes
  2. type ResultT[F[_], A] = EitherT[F, Invalid, A]

    Base result (monad transformer) type for services.

    Base result (monad transformer) type for services. Specializes EitherT to be either an Error (not found, invalid request or some unknown error) or the value itself.

    Definition Classes
    ResultTypes
  3. trait ResultTypes extends AnyRef

Value Members

  1. def catching[A](a: ⇒ A): Result[A]
    Definition Classes
    ResultTypes
  2. object Result
    Definition Classes
    ResultTypes
  3. object ResultT
    Definition Classes
    ResultTypes
  4. object syntax
    Definition Classes
    ResultTypes

Inherited from ResultTypes

Inherited from AnyRef

Inherited from Any

Ungrouped