AppliedLensEmptyOps

final case class AppliedLensEmptyOps[S, T](appliedLens: AppliedLens[S, T]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def empty(implicit ev: Empty[T]): AppliedAffineTraversal[S, Unit]

provide a way to know if a structure T is empty

provide a way to know if a structure T is empty

Inherited methods

Inherited from:
Product