oxygen.transform.Transform
See theTransform companion trait
object Transform extends LowPriority1
Attributes
Members list
Type members
Classlikes
final class TransformId[A] extends Transform[A, A]
Attributes
- Supertypes
final case class TransformOption[A, B](transform: Transform[A, B]) extends Transform[Option[A], Option[B]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class TransformPure[F[_], A, B](transform: Transform[A, B])(using pure: Pure[F]) extends Transform[A, F[B]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class TransformSeq[SA[_], SB[_], A, B](transform: Transform[A, B])(using sa: SeqOps[SA], sb: SeqOps[SB]) extends Transform[SA[A], SB[B]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Givens
Inherited givens
Attributes
- Inherited from:
- LowPriority1
Attributes
- Inherited from:
- LowPriority2
Attributes
- Inherited from:
- LowPriority1
In this article