TestLensOptionOps

final implicit class TestLensOptionOps[A](self: TestLens[Option[A]]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def some: TestLens[A]

Transforms an scala.Option to its Some value A, otherwise fails if it is a None.

Transforms an scala.Option to its Some value A, otherwise fails if it is a None.