ResultT

grackle.ResultT
See theResultT companion class
object ResultT

Attributes

Companion
class
Source
result.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ResultT.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def failure[F[_] : Applicative, A](s: String): ResultT[F, A]

Attributes

Source
result.scala
def failure[F[_] : Applicative, A](p: Problem): ResultT[F, A]

Attributes

Source
result.scala
def failure[F[_] : Applicative, A](ps: Type[Problem]): ResultT[F, A]

Attributes

Source
result.scala
def fromResult[F[_], A](a: Result[A])(implicit F: Applicative[F]): ResultT[F, A]

Attributes

Source
result.scala

Attributes

Source
result.scala

Attributes

Source
result.scala
def liftF[F[_] : Functor, A](fa: F[A]): ResultT[F, A]

Attributes

Source
result.scala
def pure[F[_], A](a: A)(implicit F: Applicative[F]): ResultT[F, A]

Attributes

Source
result.scala
def success[F[_] : Applicative, A](a: A): ResultT[F, A]

Attributes

Source
result.scala
def unit[F[_]](implicit F: Applicative[F]): ResultT[F, Unit]

Attributes

Source
result.scala

Attributes

Source
result.scala

Attributes

Source
result.scala

Attributes

Source
result.scala

Implicits

Implicits

implicit def grackleApplicativeForResultT[F[_]](implicit F: Applicative[F]): Applicative[[_] =>> ResultT[F, _$26]]

Attributes

Source
result.scala