Packages

c

io.milvus.grpc.milvus.ShowPartitionsResponse

ShowPartitionsResponseLens

implicit class ShowPartitionsResponseLens[UpperPB] extends ObjectLens[UpperPB, ShowPartitionsResponse]

Linear Supertypes
ObjectLens[UpperPB, ShowPartitionsResponse], Lens[UpperPB, ShowPartitionsResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShowPartitionsResponseLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShowPartitionsResponseLens(_l: Lens[UpperPB, ShowPartitionsResponse])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: ShowPartitionsResponse): 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( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def compose[B](other: Lens[ShowPartitionsResponse, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def createdTimestamps: Lens[UpperPB, Seq[Long]]
  9. def createdUtcTimestamps: Lens[UpperPB, Seq[Long]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def field[A](getter: (ShowPartitionsResponse) ⇒ A)(setter: (ShowPartitionsResponse, A) ⇒ ShowPartitionsResponse): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[ShowPartitionsResponse, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def get(u: UpperPB): ShowPartitionsResponse
    Definition Classes
    ObjectLens → Lens
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def inMemoryPercentages: Lens[UpperPB, Seq[Long]]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def modify(f: (ShowPartitionsResponse) ⇒ ShowPartitionsResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def optionalStatus: Lens[UpperPB, Option[Status]]
  24. def partitionIDs: Lens[UpperPB, Seq[Long]]
  25. def partitionNames: Lens[UpperPB, Seq[String]]
  26. def set(c: ShowPartitionsResponse): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  27. def setIfDefined(aOpt: Option[ShowPartitionsResponse]): Mutation[UpperPB]
    Definition Classes
    Lens
  28. def status: Lens[UpperPB, Status]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def update(ms: (Lens[ShowPartitionsResponse, ShowPartitionsResponse]) ⇒ Mutation[ShowPartitionsResponse]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (ShowPartitionsResponse, 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

Inherited from ObjectLens[UpperPB, ShowPartitionsResponse]

Inherited from Lens[UpperPB, ShowPartitionsResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped