TransformOrFail
oxygen.sql.schema.RowRepr.TransformOrFail
final case class TransformOrFail[A, B](initial: RowRepr[A], ab: A => Either[String, B], ba: B => A) extends RowRepr[B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RowRepr[B]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
For all columns in this schema, prefix the column name with the given prefix.
For all columns in this schema, prefix the column name with the given prefix.
Attributes
- Definition Classes
For all columns in this schema, prefix the column name with the given prefix. Unless this schema is a product schema, in which case, no prefix will be added.
For all columns in this schema, prefix the column name with the given prefix. Unless this schema is a product schema, in which case, no prefix will be added.
Attributes
- Definition Classes
Concrete fields
In this article