Packages

object ThereafterAsync

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThereafterAsync
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. trait ComposedThereafterAsync[F[_], FContent[_], FShape, G[_], GContent[_], GShape] extends ThereafterAsync[[a]F[G[a]]] with ComposedThereafter[F, FContent, FShape, G, GContent, GShape]
  3. trait EitherTThereafterAsync[F[_], E, FContent[_], FShape] extends EitherTThereafter[F, E, FContent, FShape] with ThereafterAsync[[γ$11$]EitherT[F, E, γ$11$]]
  4. class FutureThereafterAsync extends FutureThereafter with ThereafterAsync[Future]
  5. trait NestedThereafterAsync[F[_], FContent[_], FShape, G[_], GContent[_], GShape] extends ThereafterAsync[[γ$18$]Nested[F, G, γ$18$]] with NestedThereafter[F, FContent, FShape, G, GContent, GShape]
  6. trait Ops[F[_], C[_], S, A] extends Thereafter.Ops[F, C, S, A]
  7. trait OptionTThereafterAsync[F[_], FContent[_], FShape] extends ThereafterAsync[[β$14$]OptionT[F, β$14$]] with OptionTThereafter[F, FContent, FShape]
  8. trait syntax extends AnyRef

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. def apply[F[_]](implicit F: ThereafterAsync[F]): Aux[F, ThereafterAsync.Content, ThereafterAsync.Shape]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. 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)]
  8. implicit def eitherTThereafterAsync[F[_], E](implicit FF: ThereafterAsync[F]): Aux[[γ$12$]EitherT[F, E, γ$12$], [γ$13$]ThereafterAsync.Content[Either[E, γ$13$]], ThereafterAsync.Shape]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def futureThereafterAsync(implicit ec: ExecutionContext): Aux[Future, Try, Unit]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. 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)]
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. implicit def optionTThereafterAsync[F[_]](implicit FF: ThereafterAsync[F]): Aux[[β$15$]OptionT[F, β$15$], [β$16$]ThereafterAsync.Content[Option[β$16$]], ThereafterAsync.Shape]
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped