these

object these extends TheseOptics
class Object
trait Matchable
class Any

Value members

Inherited methods

def pTheseLeft[A, B, C]: POptional[Ior[A, B], Ior[C, B], A, C]
Inherited from
TheseOptics
Source
These.scala
def pTheseRight[A, B, C]: POptional[Ior[A, B], Ior[A, C], B, C]
Inherited from
TheseOptics
Source
These.scala
def theseLeft[A, B]: Optional[Ior[A, B], A]
Inherited from
TheseOptics
Source
These.scala
def theseRight[A, B]: Optional[Ior[A, B], B]
Inherited from
TheseOptics
Source
These.scala
def theseToDisjunction[A, B]: Prism[Ior[A, B], Either[A, B]]
Inherited from
TheseOptics
Source
These.scala