ComplementOps

zio.prelude.experimental.ComplementSyntax.ComplementOps
implicit class ComplementOps[A](self: A)(implicit instance: Complement[A])

Provides infix syntax for the Complement of the value.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def complement: A

The complement of the value.

The complement of the value.

Attributes

def unary_!: A

A symbolic alias for complement.

A symbolic alias for complement.

Attributes