Packages

o

ingot

Ingot

object Ingot

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

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. def apply[F[_], S, L, R](x: (StateWithLogs[S]) ⇒ F[(StateWithLogs[S], Either[L, R])])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get[F[_], S, L](implicit A: Applicative[F]): Ingot[F, S, L, S]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getL[F[_], S, L](implicit A: Applicative[F]): Ingot[F, S, L, Logs]
  13. def guard[F[_], G[_], S, R](x: F[R])(implicit A: Applicative[G], G: Guard[F, G]): Ingot[G, S, Throwable, R]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def inspect[F[_], S, L, R](f: (S) ⇒ Either[L, R])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  16. def inspectE[F[_], S, L, R](f: (S) ⇒ R)(implicit A: Applicative[F]): Ingot[F, S, L, R]
  17. def inspectEL[F[_], S, L, R](f: (S) ⇒ (Logs, R))(implicit A: Applicative[F]): Ingot[F, S, L, R]
  18. def inspectF[F[_], S, L, R](f: (S) ⇒ F[Either[L, R]])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  19. def inspectFL[F[_], S, L, R](f: (S) ⇒ F[(Logs, Either[L, R])])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  20. def inspectG[F[_], G[_], S, R](f: (S) ⇒ F[R])(implicit A: Applicative[G], G: Guard[F, G]): Ingot[G, S, Throwable, R]
  21. def inspectL[F[_], S, L, R](f: (S) ⇒ (Logs, Either[L, R]))(implicit A: Applicative[F]): Ingot[F, S, L, R]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def left[F[_], S, L, R](x: F[L])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  24. def leftT[F[_], S, L, R](x: L)(implicit A: Applicative[F]): Ingot[F, S, L, R]
  25. def lift[F[_], S, L, R](x: F[Either[L, R]])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  26. def liftF[F[_], S, L, R](x: F[R])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  27. def log[F[_], S, L](x: Logs)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]
  28. def log[F[_], S, L](x: LogMessage)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]
  29. def modify[F[_], S, L](f: (S) ⇒ S)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]
  30. def modifyF[F[_], S, L](f: (S) ⇒ F[S])(implicit A: Applicative[F]): Ingot[F, S, L, Unit]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def pure[F[_], S, L, R](x: R)(implicit A: Applicative[F]): Ingot[F, S, L, R]
  35. def right[F[_], S, L, R](x: F[R])(implicit A: Applicative[F]): Ingot[F, S, L, R]
  36. def rightT[F[_], S, L, R](x: R)(implicit A: Applicative[F]): Ingot[F, S, L, R]
  37. def set[F[_], S, L](x: S)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]
  38. def setF[F[_], S, L](x: F[S])(implicit A: Applicative[F]): Ingot[F, S, L, Unit]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped