Default Semi Ordered Extension Point
class DefaultSemiOrderedExtensionPoint(val componentFactoryContainer: ComponentFactoryContainer) : SemiOrderedExtensionPoint, ComponentFactoryContainerProvider(source)
!! No backward compatibility guarantees !! Reuse at your own risk
Since
2.0.0
Properties
Link copied to clipboard
Casts this to a ComponentFactoryContainerProvider and returns the ComponentFactoryContainerProvider.componentFactoryContainer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun <T> SemiOrderedExtensionPoint.fromArbs(vararg generators: ArbArgsGenerator<T>): SemiOrderedArgsGenerator<T>
Returns a SemiOrderedArgsGenerator based on the given ArbArgsGenerators where the fixed part of it is the number of generators, the values as such are arbitrary in respect to the given generators.