Packages

final class SetLikeLens[U, A, Coll[A] <: SetLike[A, Coll[A]] with Set[A]] extends AnyVal

Implicit that adds some syntactic sugar if our lens watches a Set-like collection.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetLikeLens
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SetLikeLens(lens: Lens[U, Coll[A]])

Type Members

  1. type CBF = CanBuildFrom[Coll[A], A, Coll[A]]

Value Members

  1. def :++=(item: GenTraversableOnce[A]): Mutation[U]
  2. def :+=(item: A): Mutation[U]
  3. def foreach(f: (Lens[A, A]) ⇒ Mutation[A])(implicit cbf: CBF): Mutation[U]
  4. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  5. val lens: Lens[U, Coll[A]]