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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SetLikeLens
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type CBF = CanBuildFrom[Coll[A], A, Coll[A]]