c

nutcracker.toolkit

DeferListModule

class DeferListModule[D, Lang0[_[_], _], State0[_[_]]] extends ListModule[Lang0, State0] with StashDeferModule[D]

Linear Supertypes
StashDeferModule[D], DeferModule[D], ListModule[Lang0, State0], StashModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeferListModule
  2. StashDeferModule
  3. DeferModule
  4. ListModule
  5. StashModule
  6. Module
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DeferListModule(base: Aux[D, Lang0, State0])

Type Members

  1. type Lang[K[_], A] = Lang0[K, A]

    Instructions set.

    Instructions set.

    Definition Classes
    DeferListModuleListModuleModule
  2. type StateK[K[_]] = NonEmptyList[State0[K]]

    State that the interpreter operates on.

    State that the interpreter operates on.

    Definition Classes
    ListModuleModule

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 emptyK[K[_]]: StateK[K]
    Definition Classes
    ListModuleModule
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def freeDeferApi[F[_[_], _]](implicit i: Inject[[β$8$]Lang0[[β$6$]FreeK[F, β$6$], β$8$], [β$9$]F[[β$7$]FreeK[F, β$7$], β$9$]]): Defer[[β$4$]FreeK[F, β$4$], D]
    Definition Classes
    DeferListModuleDeferModule
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def interpreter[K[_], S](implicit lens: Lens[S, StateK[K]]): StateInterpreter[K, [β$10$]Lang0[K, β$10$], S]
    Definition Classes
    DeferListModuleDeferModule
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. implicit def stashRestore[K[_]]: StashRestore[StateK[K]]
    Definition Classes
    ListModuleStashModule
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. 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 StashDeferModule[D]

Inherited from DeferModule[D]

Inherited from ListModule[Lang0, State0]

Inherited from StashModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Ungrouped