Operators
Name | Description | |
---|---|---|
![]() ![]() | Implicit( Object[] to ComponentOrPattern) |
Convert an array of objects. If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.
|
![]() ![]() | Implicit(String to ComponentOrPattern) |
Convert a name.
|
![]() ![]() | Implicit( ComponentOrPattern[] to ComponentOrPattern) |
Convert an array of items.
|
![]() ![]() | Implicit(ManagedComponentOccurrence to ComponentOrPattern) |
Convert a component occurrence.
|
![]() ![]() | Implicit(ManagedPattern to ComponentOrPattern) |
Convert a component pattern.
|