trait FreeStashToolkit extends FreeToolkit with StashToolkit
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FreeStashToolkit
- StashToolkit
- FreeToolkit
- Toolkit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type Lang[K[_], A]
- Definition Classes
- FreeToolkit
- type Prg[A] = FreeK[Lang, A]
- Definition Classes
- FreeToolkit → Toolkit
- type State = StateK[Prg]
- Definition Classes
- FreeToolkit → Toolkit
- abstract type StateK[K[_]]
- Definition Classes
- FreeToolkit
Abstract Value Members
- abstract def emptyK[K[_]]: StateK[K]
- Definition Classes
- FreeToolkit
- implicit abstract def prgMonad: Monad[Prg]
- Definition Classes
- Toolkit
- abstract def stashRestoreK[K[_]]: StashRestore[StateK[K]]
- abstract val stepInterpreter: StateInterpreter[Prg, [β$0$]Lang[[A]FreeK[Lang, A], β$0$], State]
- Definition Classes
- FreeToolkit
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def empty: State
- Definition Classes
- FreeToolkit → Toolkit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def interpret[A](p: Prg[A], s: State): (State, A)
- Definition Classes
- FreeToolkit → Toolkit
- def interpret0[A](p: Prg[A]): (State, A)
- Definition Classes
- Toolkit
- def interpretAll[F[_]](ps: F[Prg[Unit]], s: State)(implicit F: Foldable[F]): State
- Definition Classes
- Toolkit
- lazy val interpreter: ~>[Prg, [γ$1$]IndexedStateT[StateK[[A]FreeK[Lang, A]], StateK[[A]FreeK[Lang, A]], Id, γ$1$]]
- Definition Classes
- FreeToolkit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def stashRestore: StashRestore[State]
- Definition Classes
- FreeStashToolkit → StashToolkit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated