TransformOption

oxygen.transform.Transform.TransformOption
final case class TransformOption[A, B](transform: Transform[A, B]) extends Transform[Option[A], Option[B]]

Attributes

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

Members list

Value members

Concrete methods

override def transform(from: Option[A]): Option[B]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product