12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .class final Lio/reactivex/internal/functions/Functions$NotificationOnComplete;
- .super Ljava/lang/Object;
- .source "Functions.java"
- # interfaces
- .implements Lio/reactivex/functions/Action;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lio/reactivex/internal/functions/Functions;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x18
- name = "NotificationOnComplete"
- .end annotation
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">",
- "Ljava/lang/Object;",
- "Lio/reactivex/functions/Action;"
- }
- .end annotation
- # instance fields
- .field final onNotification:Lio/reactivex/functions/Consumer;
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Lio/reactivex/functions/Consumer<",
- "-",
- "Lio/reactivex/Notification<",
- "TT;>;>;"
- }
- .end annotation
- .end field
- # direct methods
- .method constructor <init>(Lio/reactivex/functions/Consumer;)V
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(",
- "Lio/reactivex/functions/Consumer<",
- "-",
- "Lio/reactivex/Notification<",
- "TT;>;>;)V"
- }
- .end annotation
- .line 441
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- .line 442
- iput-object p1, p0, Lio/reactivex/internal/functions/Functions$NotificationOnComplete;->onNotification:Lio/reactivex/functions/Consumer;
- return-void
- .end method
- # virtual methods
- .method public run()V
- .locals 2
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/lang/Exception;
- }
- .end annotation
- .line 447
- iget-object v0, p0, Lio/reactivex/internal/functions/Functions$NotificationOnComplete;->onNotification:Lio/reactivex/functions/Consumer;
- invoke-static {}, Lio/reactivex/Notification;->createOnComplete()Lio/reactivex/Notification;
- move-result-object v1
- invoke-interface {v0, v1}, Lio/reactivex/functions/Consumer;->accept(Ljava/lang/Object;)V
- return-void
- .end method
|