implicit class TopologyMappingXLens[UpperPB] extends ObjectLens[UpperPB, TopologyMappingX]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TopologyMappingXLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TopologyMappingXLens(_l: Lens[UpperPB, TopologyMappingX])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: TopologyMappingX): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authorityOf: Lens[UpperPB, AuthorityOfX]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compose[B](other: Lens[TopologyMappingX, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def domainParametersState: Lens[UpperPB, DomainParametersStateX]
- def domainTrustCertificate: Lens[UpperPB, DomainTrustCertificateX]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def field[A](getter: (TopologyMappingX) => A)(setter: (TopologyMappingX, A) => TopologyMappingX): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[TopologyMappingX, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): TopologyMappingX
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def identifierDelegation: Lens[UpperPB, IdentifierDelegationX]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapping: Lens[UpperPB, Mapping]
- def mediatorDomainState: Lens[UpperPB, MediatorDomainStateX]
- def modify(f: (TopologyMappingX) => TopologyMappingX): Mutation[UpperPB]
- Definition Classes
- Lens
- def namespaceDelegation: Lens[UpperPB, NamespaceDelegationX]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ownerToKeyMapping: Lens[UpperPB, OwnerToKeyMappingX]
- def participantPermission: Lens[UpperPB, ParticipantDomainPermissionX]
- def partyHostingLimits: Lens[UpperPB, PartyHostingLimitsX]
- def partyToParticipant: Lens[UpperPB, PartyToParticipantX]
- def purgeTopologyTxs: Lens[UpperPB, PurgeTopologyTransactionX]
- def sequencerDomainState: Lens[UpperPB, SequencerDomainStateX]
- def set(c: TopologyMappingX): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[TopologyMappingX]): Mutation[UpperPB]
- Definition Classes
- Lens
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trafficControlState: Lens[UpperPB, TrafficControlStateX]
- def unionspaceDefinition: Lens[UpperPB, UnionspaceDefinitionX]
- def update(ms: (Lens[TopologyMappingX, TopologyMappingX]) => Mutation[TopologyMappingX]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def vettedPackages: Lens[UpperPB, VettedPackagesX]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TopologyMappingX, B)]
- Definition Classes
- Lens