OptionOps

final implicit class OptionOps[Tx, A](in: CellView[Tx, Option[A]]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def flatMapTx[B](f: Tx => A => Option[B]): CellView[Tx, Option[B]]
def getOrElse[B >: A](that: CellView[Tx, B]): CellView[Tx, B]
def orElse[B >: A](that: CellView[Tx, Option[B]]): CellView[Tx, Option[B]]