t

nutcracker.toolkit

FreeRefToolkit

trait FreeRefToolkit extends FreeToolkit with RefToolkit

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreeRefToolkit
  2. RefToolkit
  3. FreeToolkit
  4. Toolkit
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Lang[K[_], A]
    Definition Classes
    FreeToolkit
  2. type Prg[A] = FreeK[Lang, A]
    Definition Classes
    FreeToolkitToolkit
  3. type State = StateK[Prg]
    Definition Classes
    FreeToolkitToolkit
  4. abstract type StateK[K[_]]
    Definition Classes
    FreeToolkit
  5. type Val[A] = ValK[Prg, A]
    Definition Classes
    FreeRefToolkitRefToolkit
  6. abstract type ValK[K[_], A]
  7. type Var[A] = VarK[Prg, A]
    Definition Classes
    FreeRefToolkitRefToolkit
  8. abstract type VarK[K[_], A]

Abstract Value Members

  1. abstract def emptyK[K[_]]: StateK[K]
    Definition Classes
    FreeToolkit
  2. abstract def fetchK[K[_], A](ref: VarK[K, A], s: StateK[K]): A
  3. abstract def fetchK[K[_], A](ref: ValK[K, A], s: StateK[K]): Option[A]
  4. implicit abstract def prgMonad: Monad[Prg]
    Definition Classes
    Toolkit
  5. abstract def readOnlyK[K[_], A](ref: VarK[K, A]): ValK[K, A]
  6. abstract val stepInterpreter: StateInterpreter[Prg, [β$0$]Lang[[A]FreeK[Lang, A], β$0$], State]
    Definition Classes
    FreeToolkit
  7. abstract def valOrderK[K[_]]: HOrderK[[β$7$]ValK[K, β$7$]]
  8. abstract def valShowK[K[_]]: ShowK[[β$8$]ValK[K, β$8$]]
  9. abstract def varOrderK[K[_]]: HOrderK[[β$5$]VarK[K, β$5$]]
  10. abstract def varShowK[K[_]]: ShowK[[β$6$]VarK[K, β$6$]]

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() @IntrinsicCandidate()
  6. def empty: State
    Definition Classes
    FreeToolkitToolkit
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fetch[A](ref: Var[A], s: State): A
    Definition Classes
    FreeRefToolkitRefToolkit
  10. def fetch[A](ref: Val[A], s: State): Option[A]
    Definition Classes
    FreeRefToolkitRefToolkit
  11. def fetchResult[A](ref: Val[A], s: State)(implicit fin: Final[A]): Option[Out]
    Definition Classes
    RefToolkit
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def interpret[A](p: Prg[A], s: State): (State, A)
    Definition Classes
    FreeToolkitToolkit
  15. def interpret0[A](p: Prg[A]): (State, A)
    Definition Classes
    Toolkit
  16. def interpretAll[F[_]](ps: F[Prg[Unit]], s: State)(implicit F: Foldable[F]): State
    Definition Classes
    Toolkit
  17. lazy val interpreter: ~>[Prg, [γ$1$]IndexedStateT[StateK[[A]FreeK[Lang, A]], StateK[[A]FreeK[Lang, A]], Id, γ$1$]]
    Definition Classes
    FreeToolkit
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. implicit def readOnly[A](ref: Var[A]): Val[A]
    Definition Classes
    FreeRefToolkitRefToolkit
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. implicit def valOrder: HOrderK[Val]
    Definition Classes
    FreeRefToolkitRefToolkit
  26. implicit def valShow: ShowK[Val]
    Definition Classes
    FreeRefToolkitRefToolkit
  27. implicit def varOrder: HOrderK[Var]
    Definition Classes
    FreeRefToolkitRefToolkit
  28. implicit def varShow: ShowK[Var]
    Definition Classes
    FreeRefToolkitRefToolkit
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. 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 RefToolkit

Inherited from FreeToolkit

Inherited from Toolkit

Inherited from AnyRef

Inherited from Any

Ungrouped