object ThereafterAsync
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThereafterAsync
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[F[_], C[_], S] = ThereafterAsync[F] { ... /* 2 definitions in type refinement */ }
Make the dependent Content type explicit as a type argument to help with type inference.
Make the dependent Content type explicit as a type argument to help with type inference.
The construction is the same as in shapeless. [The Type Astronaut's Guide to Shapeless Book](https://underscore.io/books/shapeless-guide/) explains the idea in Chapter 4.2.
- trait ComposedThereafterAsync[F[_], FContent[_], FShape, G[_], GContent[_], GShape] extends ThereafterAsync[[a]F[G[a]]] with ComposedThereafter[F, FContent, FShape, G, GContent, GShape]
- trait EitherTThereafterAsync[F[_], E, FContent[_], FShape] extends EitherTThereafter[F, E, FContent, FShape] with ThereafterAsync[[γ$11$]EitherT[F, E, γ$11$]]
- class FutureThereafterAsync extends FutureThereafter with ThereafterAsync[Future]
- trait NestedThereafterAsync[F[_], FContent[_], FShape, G[_], GContent[_], GShape] extends ThereafterAsync[[γ$18$]Nested[F, G, γ$18$]] with NestedThereafter[F, FContent, FShape, G, GContent, GShape]
- trait Ops[F[_], C[_], S, A] extends Thereafter.Ops[F, C, S, A]
- trait OptionTThereafterAsync[F[_], FContent[_], FShape] extends ThereafterAsync[[β$14$]OptionT[F, β$14$]] with OptionTThereafter[F, FContent, FShape]
- trait syntax extends AnyRef
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
- def apply[F[_]](implicit F: ThereafterAsync[F]): Aux[F, ThereafterAsync.Content, ThereafterAsync.Shape]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def composeThereafterAsync[F[_], G[_]](FF: ThereafterAsync[F], GG: ThereafterAsync[G]): Aux[[a]F[G[a]], [γ$17$]ThereafterAsync.Content[ThereafterAsync.Content[γ$17$]], (ThereafterAsync.Shape, ThereafterAsync.Shape)]
- implicit def eitherTThereafterAsync[F[_], E](implicit FF: ThereafterAsync[F]): Aux[[γ$12$]EitherT[F, E, γ$12$], [γ$13$]ThereafterAsync.Content[Either[E, γ$13$]], ThereafterAsync.Shape]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def futureThereafterAsync(implicit ec: ExecutionContext): Aux[Future, Try, Unit]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def nestedThereafterAsync[F[_], G[_]](implicit FF: ThereafterAsync[F], GG: ThereafterAsync[G]): Aux[[γ$19$]Nested[F, G, γ$19$], [γ$20$]ThereafterAsync.Content[ThereafterAsync.Content[γ$20$]], (ThereafterAsync.Shape, ThereafterAsync.Shape)]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- implicit def optionTThereafterAsync[F[_]](implicit FF: ThereafterAsync[F]): Aux[[β$15$]OptionT[F, β$15$], [β$16$]ThereafterAsync.Content[Option[β$16$]], ThereafterAsync.Shape]
- 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])