Packages

object Sub1 extends Sub1Instances0

Source
Sub1.scala
Linear Supertypes
Sub1Instances0, Sub1Instances1, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sub1
  2. Sub1Instances0
  3. Sub1Instances1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. implicit def pureIsSub1[F[_]]: Sub1[Pure, F]

    Okay to promote a Pure to any other F.

    Okay to promote a Pure to any other F.

    Definition Classes
    Sub1Instances1
  16. implicit def pureIsSub1Refl: Sub1[Pure, Pure]

    Coax to Pure if Nothing.

    Coax to Pure if Nothing.

    Definition Classes
    Sub1Instances0
  17. implicit def sub1[F[_]]: Sub1[F, F]

    Prefer to match exactly.

  18. def subst[H[_[_], _], F[_], G[_], x](hf: H[F, x])(implicit S: Sub1[F, G]): H[G, x]

    Safely coerce an H[F,x] to an H[G,x].

  19. def substFree[F[_], G[_], A](p: Free[F, A])(implicit S: Sub1[F, G]): Free[G, A]
  20. def substHandle[F[_], G[_], A](h: Handle[F, A])(implicit S: Sub1[F, G]): Handle[G, A]
  21. def substKleisli[F[_], G[_], A, B](g: (A) ⇒ F[B])(implicit S: Sub1[F, G]): (A) ⇒ G[B]
  22. def substPull[F[_], G[_], W, R](p: Pull[F, W, R])(implicit S: Sub1[F, G]): Pull[G, W, R]
  23. def substSegment[F[_], G[_], A](s: Segment[F, A])(implicit S: Sub1[F, G]): Segment[G, A]
  24. def substStream[F[_], G[_], A](s: Stream[F, A])(implicit S: Sub1[F, G]): Stream[G, A]
  25. def substStreamCore[F[_], G[_], A](s: StreamCore[F, A])(implicit S: Sub1[F, G]): StreamCore[G, A]
  26. def substStreamCoreF[F[_], G[_], A, B](g: (A) ⇒ StreamCore[F, B])(implicit S: Sub1[F, G]): (A) ⇒ StreamCore[G, B]
  27. def substStreamF[F[_], G[_], A, B](g: (A) ⇒ Stream[F, B])(implicit S: Sub1[F, G]): (A) ⇒ Stream[G, B]
  28. def substUF1[F[_], G[_], H[_]](u: ~>[F, G])(implicit S: Sub1[G, H]): ~>[F, H]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Sub1Instances0

Inherited from Sub1Instances1

Inherited from AnyRef

Inherited from Any

Ungrouped