SplitBuilder

class SplitBuilder<T : Any, R : Any>(name: Name, meta: Meta)

Types

FragmentRule
Link copied to clipboard
common
class FragmentRule<T : Any, R : Any>(name: Name, meta: MutableMeta)

Functions

fragment
Link copied to clipboard
common
fun fragment(name: String, rule: SplitBuilder.FragmentRule<T, R>.() -> Unit)

Add new fragment building rule. If the framgent not defined, result won't be available even if it is present in the map

Properties

meta
Link copied to clipboard
common
val meta: Meta
name
Link copied to clipboard
common
val name: Name