-
- All Implemented Interfaces:
public final class DeprecatedKt
-
-
Method Summary
-
-
Method Detail
-
bindImageNullable
@Deprecated(message = "Use directly from RxKotlin Properties", replaceWith = @ReplaceWith(imports = {"com.lightningkite.rx.android.subscribeAutoDispose", "com.lightningkite.rx.android.resources.setImage"}, expression = "image.subscribeAutoDispose(this, { setImage(it.kotlin) })"), level = DeprecationLevel.ERROR) final static Unit bindImageNullable(ImageView $self, Observable<Optional<Image>> image)
-
bindImage
@Deprecated(message = "Use directly from RxKotlin Properties", replaceWith = @ReplaceWith(imports = {"com.lightningkite.rx.android.subscribeAutoDispose", "com.lightningkite.rx.android.resources.setImage"}, expression = "image.subscribeAutoDispose(this, ImageView::setImage)"), level = DeprecationLevel.ERROR) final static Unit bindImage(ImageView $self, Observable<Image> image)
-
loadImage
@Deprecated(message = "Use directly from RxKotlin Properties", replaceWith = @ReplaceWith(imports = {"com.lightningkite.rx.android.resources.setImage"}, expression = "this.setImage(image)"), level = DeprecationLevel.ERROR) final static Unit loadImage(ImageView $self, Image image)
-
-
-
-