TheseOptics

monocle.std.TheseOptics

Attributes

Source:
These.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Monocle.type
object all.type
object these.type

Members list

Concise view

Value members

Concrete methods

def pTheseLeft[A, B, C]: POptional[Ior[A, B], Ior[C, B], A, C]

Attributes

Source:
These.scala
def pTheseRight[A, B, C]: POptional[Ior[A, B], Ior[A, C], B, C]

Attributes

Source:
These.scala
def theseLeft[A, B]: Optional[Ior[A, B], A]

Attributes

Source:
These.scala
def theseRight[A, B]: Optional[Ior[A, B], B]

Attributes

Source:
These.scala
def theseToDisjunction[A, B]: Prism[Ior[A, B], Either[A, B]]

Attributes

Source:
These.scala