Packages

implicit class InverseOps[A] extends AnyRef

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InverseOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InverseOps(l: A)

Value Members

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

    Inverses this value with the specified value

  2. def multiply(n: Int)(implicit inverse: Inverse[A]): A

    Multiplies value 'n' times

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

    A symbolic alias for inverse.