class ComponentDescriptorConverterProxy extends ComponentDescriptorConverter
Converter proxy is used to construct functional converter with recursive internal structure (with data structure loop).
The target can be assigned after the object was constructed. Thus a recursive structure becomes possible.
- Alphabetic
- By Inheritance
- ComponentDescriptorConverterProxy
- PartialFunction
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ComponentDescriptorConverterProxy()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andThen[C](k: PartialFunction[SystemConvertingApi.RuntimeComponent, C]): PartialFunction[ComponentDescriptor, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (SystemConvertingApi.RuntimeComponent) => C): PartialFunction[ComponentDescriptor, C]
- Definition Classes
- PartialFunction → Function1
- def apply(t: ComponentDescriptor): SystemConvertingApi.RuntimeComponent
- Definition Classes
- ComponentDescriptorConverterProxy → Function1
- def applyOrElse[A1 <: ComponentDescriptor, B1 >: SystemConvertingApi.RuntimeComponent](x: A1, default: (A1) => B1): B1
- Definition Classes
- PartialFunction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compose[R](k: PartialFunction[R, ComponentDescriptor]): PartialFunction[R, SystemConvertingApi.RuntimeComponent]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => ComponentDescriptor): (A) => SystemConvertingApi.RuntimeComponent
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def elementWise: ElementWiseExtractor[ComponentDescriptor, SystemConvertingApi.RuntimeComponent]
- Definition Classes
- PartialFunction
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isDefinedAt(t: ComponentDescriptor): Boolean
- Definition Classes
- ComponentDescriptorConverterProxy → PartialFunction
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift: (ComponentDescriptor) => Option[SystemConvertingApi.RuntimeComponent]
- Definition Classes
- PartialFunction
- 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 orElse[A1 <: ComponentDescriptor, B1 >: SystemConvertingApi.RuntimeComponent](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- def runWith[U](action: (SystemConvertingApi.RuntimeComponent) => U): (ComponentDescriptor) => Boolean
- Definition Classes
- PartialFunction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def target: ComponentDescriptorConverter
- def target_=(t: ComponentDescriptorConverter): Unit
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- def unapply(a: ComponentDescriptor): Option[SystemConvertingApi.RuntimeComponent]
- Definition Classes
- PartialFunction
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated