Packages

implicit class FilterCriteriaLens[UpperPB] extends ObjectLens[UpperPB, FilterCriteria]

Source
FilterCriteria.scala
Linear Supertypes
ObjectLens[UpperPB, FilterCriteria], Lens[UpperPB, FilterCriteria], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FilterCriteriaLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FilterCriteriaLens(_l: Lens[UpperPB, FilterCriteria])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: FilterCriteria): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def compose[B](other: Lens[FilterCriteria, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def excludeEntityIds: Lens[UpperPB, ExcludeEntityIds]
  11. def excludeMatchingEntityIds: Lens[UpperPB, ExcludeRegexEntityIds]
  12. def excludeTags: Lens[UpperPB, ExcludeTags]
  13. def field[A](getter: (FilterCriteria) => A)(setter: (FilterCriteria, A) => FilterCriteria): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[FilterCriteria, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def get(u: UpperPB): FilterCriteria
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def includeEntityIds: Lens[UpperPB, IncludeEntityIds]
  19. def includeMatchingEntityIds: Lens[UpperPB, IncludeRegexEntityIds]
  20. def includeTags: Lens[UpperPB, IncludeTags]
  21. def includeTopics: Lens[UpperPB, IncludeTopics]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def message: Lens[UpperPB, Message]
  24. def modify(f: (FilterCriteria) => FilterCriteria): Mutation[UpperPB]
    Definition Classes
    Lens
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def removeExcludeEntityIds: Lens[UpperPB, RemoveExcludeEntityIds]
  29. def removeExcludeMatchingEntityIds: Lens[UpperPB, RemoveExcludeRegexEntityIds]
  30. def removeExcludeTags: Lens[UpperPB, RemoveExcludeTags]
  31. def removeIncludeEntityIds: Lens[UpperPB, RemoveIncludeEntityIds]
  32. def removeIncludeMatchingEntityIds: Lens[UpperPB, RemoveIncludeRegexEntityIds]
  33. def removeIncludeTags: Lens[UpperPB, RemoveIncludeTags]
  34. def removeIncludeTopics: Lens[UpperPB, RemoveIncludeTopics]
  35. def set(c: FilterCriteria): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  36. def setIfDefined(aOpt: Option[FilterCriteria]): Mutation[UpperPB]
    Definition Classes
    Lens
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def update(ms: (Lens[FilterCriteria, FilterCriteria]) => Mutation[FilterCriteria]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (FilterCriteria, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ObjectLens[UpperPB, FilterCriteria]

Inherited from Lens[UpperPB, FilterCriteria]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped