class DeferListModule[D, Lang0[_[_], _], State0[_[_]]] extends ListModule[Lang0, State0] with StashDeferModule[D]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeferListModule
- StashDeferModule
- DeferModule
- ListModule
- StashModule
- Module
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Lang[K[_], A] = Lang0[K, A]
Instructions set.
Instructions set.
- Definition Classes
- DeferListModule → ListModule → Module
- type StateK[K[_]] = NonEmptyList[State0[K]]
State that the interpreter operates on.
State that the interpreter operates on.
- Definition Classes
- ListModule → Module
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 emptyK[K[_]]: StateK[K]
- Definition Classes
- ListModule → Module
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- DeferListModule → DeferModule
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def interpreter[K[_], S](implicit lens: Lens[S, StateK[K]]): StateInterpreter[K, [β$10$]Lang0[K, β$10$], S]
- Definition Classes
- DeferListModule → DeferModule
- 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()
- implicit def stashRestore[K[_]]: StashRestore[StateK[K]]
- Definition Classes
- ListModule → StashModule
- 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