PartialInverseOps

zio.prelude.PartialInverseSyntax.PartialInverseOps
implicit class PartialInverseOps[A](l: A)

Provides infix syntax for combining two values with an inverse operation.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def inverseOption(r: => A)(implicit inverse: PartialInverse[A]): Option[A]

PartialInverses this value with the specified value

PartialInverses this value with the specified value

Attributes

def ~?~(r: => A)(implicit inverse: PartialInverse[A]): Option[A]

A symbolic alias for inverse.

A symbolic alias for inverse.

Attributes