Object/Trait

fs2.util

Sub1

Related Docs: trait Sub1 | package util

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. implicit def pureIsSub1[F[_]]: Sub1[Pure, F]

    Permalink

    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]

    Permalink

    Coax to Pure if Nothing.

    Coax to Pure if Nothing.

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

    Permalink

    Prefer to match exactly.

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

    Permalink

    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]

    Permalink
  20. def substHandle[F[_], G[_], A](h: Handle[F, A])(implicit S: Sub1[F, G]): Handle[G, A]

    Permalink
  21. def substKleisli[F[_], G[_], A, B](g: (A) ⇒ F[B])(implicit S: Sub1[F, G]): (A) ⇒ G[B]

    Permalink
  22. def substPull[F[_], G[_], W, R](p: Pull[F, W, R])(implicit S: Sub1[F, G]): Pull[G, W, R]

    Permalink
  23. def substSegment[F[_], G[_], A](s: Segment[F, A])(implicit S: Sub1[F, G]): Segment[G, A]

    Permalink
  24. def substStream[F[_], G[_], A](s: Stream[F, A])(implicit S: Sub1[F, G]): Stream[G, A]

    Permalink
  25. def substStreamCore[F[_], G[_], A](s: StreamCore[F, A])(implicit S: Sub1[F, G]): StreamCore[G, A]

    Permalink
  26. def substStreamCoreF[F[_], G[_], A, B](g: (A) ⇒ StreamCore[F, B])(implicit S: Sub1[F, G]): (A) ⇒ StreamCore[G, B]

    Permalink
  27. def substStreamF[F[_], G[_], A, B](g: (A) ⇒ Stream[F, B])(implicit S: Sub1[F, G]): (A) ⇒ Stream[G, B]

    Permalink
  28. def substUF1[F[_], G[_], H[_]](u: ~>[F, G])(implicit S: Sub1[G, H]): ~>[F, H]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Sub1Instances0

Inherited from Sub1Instances1

Inherited from AnyRef

Inherited from Any

Ungrouped