Packages

object Transform extends LowPriorityTransform with TransformInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transform
  2. TransformInstances
  3. LowPriorityTransform
  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. def apply[F[_], S, I, O](implicit transform: Transform[F, S, I, O]): Transform[F, S, I, O]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def by[F[_], S, I, O, O0](f: (O) ⇒ O0)(implicit arg0: Functor[F], transform: Transform[F, S, I, O]): Transform[F, S, I, O0]
  7. def byF[F[_], S, I, O, O0](f: (O) ⇒ F[O0])(implicit arg0: FlatMap[F], transform: Transform[F, S, I, O]): Transform[F, S, I, O0]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def extruderStdInstancesForPrepare[F[_], S, I](implicit arg0: Functor[F]): Functor[[δ$0$]Transform[F, S, I, δ$0$]]
    Definition Classes
    TransformInstances
  12. def fromKleisli[F[_], S, I, O](k: Kleisli[F, (List[PathElement], S, I), O]): Transform[F, S, I, O]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def inputBy[F[_], S, I, O](f: (I) ⇒ O)(implicit arg0: Functor[F], transform: Transform[F, S, I, I]): Transform[F, S, I, O]
  16. def inputByF[F[_], S, I, O](f: (I) ⇒ F[O])(implicit arg0: FlatMap[F], transform: Transform[F, S, I, I]): Transform[F, S, I, O]
  17. implicit def iorCombinedTransform[F[_], S0, S1, I0, I1, O0, O1](implicit arg0: FlatMap[F], ev0: Transform[F, S0, I0, O0], ev1: Transform[F, S1, I1, O1], error: ExtruderErrors[F]): Transform[F, (S0, S1), Ior[I0, I1], Ior[O0, O1]]
    Definition Classes
    LowPriorityTransform
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. implicit def noOp[F[_], I, S](implicit arg0: Applicative[F]): Transform[F, S, I, I]
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. implicit def tupleCombinedTransform[F[_], S0, S1, I0, I1, O0, O1](implicit arg0: FlatMap[F], ev0: Transform[F, S0, I0, O0], ev1: Transform[F, S1, I1, O1], lp: LowPriority): Transform[F, (S0, S1), (I0, I1), (O0, O1)]
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TransformInstances

Inherited from LowPriorityTransform

Inherited from AnyRef

Inherited from Any

Ungrouped