TheseOptics

class Object
trait Matchable
class Any
object Monocle
object all
object these

Value members

Concrete methods

def pTheseLeft[A, B, C]: POptional[Ior[A, B], Ior[C, B], A, C]
def pTheseRight[A, B, C]: POptional[Ior[A, B], Ior[A, C], B, C]
def theseLeft[A, B]: Optional[Ior[A, B], A]
def theseRight[A, B]: Optional[Ior[A, B], B]
def theseToDisjunction[A, B]: Prism[Ior[A, B], Either[A, B]]