com.hedgehog.gdzietabiedra.ribs.bottomnav.shopslist / ShopsListBuilder / Component / Builder
Builder
@Builder interface Builder (source)
Functions
| Name | Summary | 
|---|---|
| build | abstract fun build(): Component | 
    
| interactor | abstract fun interactor(interactor: ShopsListInteractor): Builder | 
    
| parentComponent | abstract fun parentComponent(component: ParentComponent): Builder | 
    
| view | abstract fun view(view: ShopsListView): Builder |