object ResultT
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultT
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_], S, L, R](x: (StateWithLogs[S]) ⇒ F[(StateWithLogs[S], Either[L, R])])(implicit A: Applicative[F]): ResultT[F, S, L, R]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get[F[_], S, L](implicit A: Applicative[F]): ResultT[F, S, L, S]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getL[F[_], S, L](implicit A: Applicative[F]): ResultT[F, S, L, Logs]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inspect[F[_], S, L, R](f: (S) ⇒ Either[L, R])(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def inspectE[F[_], S, L, R](f: (S) ⇒ R)(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def inspectEL[F[_], S, L, R](f: (S) ⇒ (Logs, R))(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def inspectF[F[_], S, L, R](f: (S) ⇒ F[Either[L, R]])(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def inspectFL[F[_], S, L, R](f: (S) ⇒ F[(Logs, Either[L, R])])(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def inspectL[F[_], S, L, R](f: (S) ⇒ (Logs, Either[L, R]))(implicit A: Applicative[F]): ResultT[F, S, L, R]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def left[F[_], S, L, R](x: F[L])(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def leftT[F[_], S, L, R](x: L)(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def lift[F[_], S, L, R](x: F[Either[L, R]])(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def liftF[F[_], S, L, R](x: F[R])(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def log[F[_], S, L](x: Logs)(implicit A: Applicative[F]): ResultT[F, S, L, Unit]
- def log[F[_], S, L](x: LogMessage)(implicit A: Applicative[F]): ResultT[F, S, L, Unit]
- def modify[F[_], S, L](f: (S) ⇒ S)(implicit A: Applicative[F]): ResultT[F, S, L, Unit]
- def modifyF[F[_], S, L](f: (S) ⇒ F[S])(implicit A: Applicative[F]): ResultT[F, S, L, Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pure[F[_], S, L, R](x: R)(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def right[F[_], S, L, R](x: F[R])(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def rightT[F[_], S, L, R](x: R)(implicit A: Applicative[F]): ResultT[F, S, L, R]
- def set[F[_], S, L](x: S)(implicit A: Applicative[F]): ResultT[F, S, L, Unit]
- def setF[F[_], S, L](x: F[S])(implicit A: Applicative[F]): ResultT[F, S, L, Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )