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
- All
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: (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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
compose[A](g: (A) ⇒ ComponentDescriptor): (A) ⇒ SystemConvertingApi.RuntimeComponent
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )