InverseOps

zio.prelude.InverseSyntax.InverseOps
implicit class InverseOps[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 inverse[A1 >: A](r: => A1)(implicit inverse: Inverse[A1]): A1

Inverses this value with the specified value

Inverses this value with the specified value

Attributes

def multiplyBy(n: Int)(implicit inverse: Inverse[A]): A

Multiplies value 'n' times

Multiplies value 'n' times

Attributes

def ~~[A1 >: A](r: => A1)(implicit inverse: Inverse[A1]): A1

A symbolic alias for inverse.

A symbolic alias for inverse.

Attributes