TransformSeq

oxygen.transform.Transform.TransformSeq
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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Transform[SA[A], SB[B]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def transform(from: SA[A]): SB[B]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product