Packages

t

ltbs.uniform

MonadInterpreter

trait MonadInterpreter[F[_], INTERACTTC[_, _], ASKLISTTC[_]] extends Interpreter[F, INTERACTTC, ASKLISTTC]

Linear Supertypes
Interpreter[F, INTERACTTC, ASKLISTTC], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MonadInterpreter
  2. Interpreter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def askListImpl[A](key: String, askJourney: (Option[Int], List[A]) => F[A], default: Option[List[A]], validation: Rule[List[A]], customContent: Map[String, (String, List[Any])], asker: ASKLISTTC[A]): F[List[A]]
    Attributes
    protected
  2. abstract def interactImpl[T, A](key: String, tellValue: T, default: Option[A], validation: Rule[A], customContent: Map[String, (String, List[Any])], interaction: INTERACTTC[T, A]): F[A]
    Attributes
    protected
  3. implicit abstract def monadInstance: Monad[F]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def convertImpl[E[_], A](key: String, in: () => E[A], transformation: Converter[E, F, A]): F[A]
    Attributes
    protected
    Definition Classes
    Interpreter
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def functorInstance: Functor[F]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. macro def interpret[H <: Needs[_, _], T, A](program: Uniform[H, T, A]): F[A]

    Convert the supplied abstract journey into the target type

    Convert the supplied abstract journey into the target type

    program

    - the uniform journey to be interpreted

    returns

    the journey in it's new interpreted representation

    Definition Classes
    Interpreter
    Annotations
    @silent("dead code")
  13. def interpretImpl[H <: Needs[_, _], T, A, E[_]](program: Uniform[H, T, A], interactMap: Map[(LightTypeTag, LightTypeTag), INTERACTTC[_, _]], convertMap: Map[(LightTypeTag, LightTypeTag), Any], listAskMap: Map[LightTypeTag, ASKLISTTC[_]])(implicit arg0: Tag[T], arg1: Tag[A]): F[A]
    Definition Classes
    MonadInterpreterInterpreter
    Annotations
    @silent("erasure")
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def nonReturnImpl(nonReturn: NonReturn): F[Unit]
    Attributes
    protected
    Annotations
    @silent("never used")
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def subjourneyImpl[A](path: List[String], inner: F[A]): F[A]
    Attributes
    protected
    Annotations
    @silent("never used")
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def transform[G[_]](f: ~>[F, G]): Interpreter[G, INTERACTTC, ASKLISTTC]
    Definition Classes
    Interpreter
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Interpreter[F, INTERACTTC, ASKLISTTC]

Inherited from AnyRef

Inherited from Any

Ungrouped