TestLensOptionOps

zio.test.package$.TestLensOptionOps
final implicit class TestLensOptionOps[A](self: TestLens[Option[A]]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

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.

Attributes