Object

ingot

Ingot

Related Doc: package ingot

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    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]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    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]

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getL[F[_], S, L](implicit A: Applicative[F]): Ingot[F, S, L, Logs]

    Permalink
  13. def guard[F[_], G[_], S, R](x: F[R])(implicit A: Applicative[G], G: Guard[F, G]): Ingot[G, S, Throwable, R]

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def inspect[F[_], S, L, R](f: (S) ⇒ Either[L, R])(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  16. def inspectE[F[_], S, L, R](f: (S) ⇒ R)(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  17. def inspectEL[F[_], S, L, R](f: (S) ⇒ (Logs, R))(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  18. def inspectF[F[_], S, L, R](f: (S) ⇒ F[Either[L, R]])(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  19. def inspectFL[F[_], S, L, R](f: (S) ⇒ F[(Logs, Either[L, R])])(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  20. def inspectG[F[_], G[_], S, R](f: (S) ⇒ F[R])(implicit A: Applicative[G], G: Guard[F, G]): Ingot[G, S, Throwable, R]

    Permalink
  21. def inspectL[F[_], S, L, R](f: (S) ⇒ (Logs, Either[L, R]))(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def left[F[_], S, L, R](x: F[L])(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  24. def leftT[F[_], S, L, R](x: L)(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  25. def lift[F[_], S, L, R](x: F[Either[L, R]])(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  26. def liftF[F[_], S, L, R](x: F[R])(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  27. def log[F[_], S, L](x: Logs)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]

    Permalink
  28. def log[F[_], S, L](x: LogMessage)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]

    Permalink
  29. def modify[F[_], S, L](f: (S) ⇒ S)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]

    Permalink
  30. def modifyF[F[_], S, L](f: (S) ⇒ F[S])(implicit A: Applicative[F]): Ingot[F, S, L, Unit]

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def pure[F[_], S, L, R](x: R)(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  35. def right[F[_], S, L, R](x: F[R])(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  36. def rightT[F[_], S, L, R](x: R)(implicit A: Applicative[F]): Ingot[F, S, L, R]

    Permalink
  37. def set[F[_], S, L](x: S)(implicit A: Applicative[F]): Ingot[F, S, L, Unit]

    Permalink
  38. def setF[F[_], S, L](x: F[S])(implicit A: Applicative[F]): Ingot[F, S, L, Unit]

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped