implicit class UninterpretedOptionLens[UpperPB] extends ObjectLens[UpperPB, UninterpretedOption]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UninterpretedOptionLens
- ObjectLens
- Lens
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UninterpretedOptionLens(_l: Lens[UpperPB, UninterpretedOption])
Value Members
-
final
def
!=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
:=(a: UninterpretedOption): Mutation[UpperPB]
- Definition Classes
- Lens
-
final
def
==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregateValue: Lens[UpperPB, String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
compose[B](other: Lens[UninterpretedOption, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def doubleValue: Lens[UpperPB, Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
field[A](getter: (UninterpretedOption) ⇒ A)(setter: (UninterpretedOption, A) ⇒ UninterpretedOption): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
-
def
field[A](lens: Lens[UninterpretedOption, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
-
def
get(u: UpperPB): UninterpretedOption
- Definition Classes
- ObjectLens → Lens
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def identifierValue: Lens[UpperPB, String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
modify(f: (UninterpretedOption) ⇒ UninterpretedOption): Mutation[UpperPB]
- Definition Classes
- Lens
- def name: Lens[UpperPB, Seq[NamePart]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negativeIntValue: Lens[UpperPB, Long]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def optionalAggregateValue: Lens[UpperPB, scala.Option[String]]
- def optionalDoubleValue: Lens[UpperPB, scala.Option[Double]]
- def optionalIdentifierValue: Lens[UpperPB, scala.Option[String]]
- def optionalNegativeIntValue: Lens[UpperPB, scala.Option[Long]]
- def optionalPositiveIntValue: Lens[UpperPB, scala.Option[Long]]
- def optionalStringValue: Lens[UpperPB, scala.Option[ByteString]]
- def positiveIntValue: Lens[UpperPB, Long]
-
def
set(c: UninterpretedOption): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
-
def
setIfDefined(aOpt: scala.Option[UninterpretedOption]): Mutation[UpperPB]
- Definition Classes
- Lens
- def stringValue: Lens[UpperPB, ByteString]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(ms: (Lens[UninterpretedOption, UninterpretedOption]) ⇒ Mutation[UninterpretedOption]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (UninterpretedOption, B)]
- Definition Classes
- Lens