-
- All Implemented Interfaces:
public final class DeprecatedKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends ViewGenerator> UnitbindStack(SwapView $self, ActivityAccess dependency, ValueSubject<List<T>> obs)-
-
Method Detail
-
bindStack
@Deprecated(message = "Use new convention", replaceWith = @ReplaceWith(imports = {"com.lightningkite.rx.viewgenerators.showIn"}, expression = "obs.showIn(this, dependency)"), level = DeprecationLevel.ERROR) final static <T extends ViewGenerator> Unit bindStack(SwapView $self, ActivityAccess dependency, ValueSubject<List<T>> obs)
-
-
-
-