GraphMine

graphmine-core / io.github.sof3.graphmine.config / ConfigSpec / GroupDelegate

GroupDelegate

protected inner class GroupDelegate<G : ConfigGroupSpec<G>>

Used in property delegation. Config groups are included in the parent group by property delegation.

Parameters

G - the actual group spec class

See Also

ConfigSpec.group

Constructors

<init> GroupDelegate(group: G)
Used in property delegation. Config groups are included in the parent group by property delegation.

Functions

provideDelegate operator fun provideDelegate(thisRef: ConfigSpec, property: KProperty<*>): Ref<G>
Provides delegation to the backing group.