apkfuckery/com.discord/smali/rx/internal/operators/OperatorReplay$ReplayBuffer.smali

50 lines
1.2 KiB
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.class interface abstract Lrx/internal/operators/OperatorReplay$ReplayBuffer;
.super Ljava/lang/Object;
.source "OperatorReplay.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lrx/internal/operators/OperatorReplay;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x608
name = "ReplayBuffer"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract complete()V
.end method
.method public abstract error(Ljava/lang/Throwable;)V
.end method
.method public abstract next(Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.end method
.method public abstract replay(Lrx/internal/operators/OperatorReplay$InnerProducer;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/internal/operators/OperatorReplay$InnerProducer",
"<TT;>;)V"
}
.end annotation
.end method