public class io.vertx.reactivex.impl.WriteStreamObserverImpl<R, T> implements io.vertx.reactivex.WriteStreamObserver<R>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.reactivex.impl.WriteStreamObserverImpl
super_class: java.lang.Object
{
private final io.vertx.core.streams.WriteStream<T> writeStream;
descriptor: Lio/vertx/core/streams/WriteStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/streams/WriteStream<TT;>;
private final java.util.function.Function<R, T> mapping;
descriptor: Ljava/util/function/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/function/Function<TR;TT;>;
private io.reactivex.disposables.Disposable disposable;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0002) ACC_PRIVATE
private boolean done;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.reactivex.functions.Consumer<? super java.lang.Throwable> observableErrorHandler;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
private io.reactivex.functions.Consumer<? super java.lang.Throwable> writeStreamExceptionHandler;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
private io.reactivex.functions.Action writeStreamEndHandler;
descriptor: Lio/reactivex/functions/Action;
flags: (0x0002) ACC_PRIVATE
private io.reactivex.functions.Consumer<? super java.lang.Throwable> writeStreamEndErrorHandler;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
public void <init>(io.vertx.core.streams.WriteStream<T>, java.util.function.Function<R, T>);
descriptor: (Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ldc "writeStream"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
2: aload 2
ldc "mapping"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
3: aload 0
aload 1
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStream:Lio/vertx/core/streams/WriteStream;
4: aload 0
aload 2
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.mapping:Ljava/util/function/Function;
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 6 1 writeStream Lio/vertx/core/streams/WriteStream<TT;>;
0 6 2 mapping Ljava/util/function/Function<TR;TT;>;
Signature: (Lio/vertx/core/streams/WriteStream<TT;>;Ljava/util/function/Function<TR;TT;>;)V
MethodParameters:
Name Flags
writeStream
mapping
public void onSubscribe(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ldc "disposable"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
1: aload 0
aload 1
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.setDisposable:(Lio/reactivex/disposables/Disposable;)Z
ifne 5
2: aload 1
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
3: invokestatic io.reactivex.internal.disposables.DisposableHelper.reportDisposableSet:()V
4: return
5: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStream:Lio/vertx/core/streams/WriteStream;
aload 0
invokedynamic handle(Lio/vertx/reactivex/impl/WriteStreamObserverImpl;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/reactivex/impl/WriteStreamObserverImpl.lambda$0(Ljava/lang/Throwable;)V (7)
(Ljava/lang/Throwable;)V
invokeinterface io.vertx.core.streams.WriteStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
pop
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 7 1 disposable Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
disposable
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.isDone:()Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 11
3: new java.lang.NullPointerException
dup
ldc "onNext called with null"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
astore 2
start local 2 4: aload 0
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.getDisposable:()Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
5: goto 9
StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl java.lang.Object java.lang.Throwable
StackMap stack: java.lang.Throwable
6: astore 3
start local 3 7: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
8: new io.reactivex.exceptions.CompositeException
dup
iconst_2
anewarray java.lang.Throwable
dup
iconst_0
aload 2
aastore
dup
iconst_1
aload 3
aastore
invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
astore 2
end local 3 9: StackMap locals:
StackMap stack:
aload 0
aload 2
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.onError:(Ljava/lang/Throwable;)V
10: return
end local 2 11: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStream:Lio/vertx/core/streams/WriteStream;
aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.mapping:Ljava/util/function/Function;
aload 1
invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface io.vertx.core.streams.WriteStream.write:(Ljava/lang/Object;)Lio/vertx/core/Future;
pop
12: goto 22
StackMap locals:
StackMap stack: java.lang.Throwable
13: astore 2
start local 2 14: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
15: aload 0
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.getDisposable:()Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
16: aload 2
astore 3
start local 3 17: goto 21
end local 3 StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl java.lang.Object java.lang.Throwable
StackMap stack: java.lang.Throwable
18: astore 4
start local 4 19: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
20: new io.reactivex.exceptions.CompositeException
dup
iconst_2
anewarray java.lang.Throwable
dup
iconst_0
aload 2
aastore
dup
iconst_1
aload 4
aastore
invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
astore 3
end local 4 start local 3 21: StackMap locals: java.lang.Throwable
StackMap stack:
aload 0
aload 3
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.onError:(Ljava/lang/Throwable;)V
end local 3 end local 2 22: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 23 1 r TR;
4 11 2 throwable Ljava/lang/Throwable;
7 9 3 t Ljava/lang/Throwable;
14 22 2 t Ljava/lang/Throwable;
17 18 3 throwable Ljava/lang/Throwable;
21 22 3 throwable Ljava/lang/Throwable;
19 21 4 t1 Ljava/lang/Throwable;
Exception table:
from to target type
4 5 6 Class java.lang.Throwable
11 12 13 Class java.lang.Throwable
15 17 18 Class java.lang.Throwable
Signature: (TR;)V
MethodParameters:
Name Flags
r
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.setDone:()Z
ifne 3
1: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
2: return
3: StackMap locals:
StackMap stack:
aload 1
ldc "onError called with null"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
4: aload 0
dup
astore 3
monitorenter
5: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.observableErrorHandler:Lio/reactivex/functions/Consumer;
astore 2
start local 2 6: aload 3
monitorexit
7: goto 10
end local 2 StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl java.lang.Throwable top io.vertx.reactivex.impl.WriteStreamObserverImpl
StackMap stack: java.lang.Throwable
8: aload 3
monitorexit
9: athrow
start local 2 10: StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl java.lang.Throwable io.reactivex.functions.Consumer
StackMap stack:
aload 2
ifnull 16
11: aload 2
aload 1
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
12: goto 16
StackMap locals:
StackMap stack: java.lang.Throwable
13: astore 3
start local 3 14: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
15: aload 3
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 3 16: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 17 1 t Ljava/lang/Throwable;
6 8 2 c Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
10 17 2 c Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
14 16 3 t1 Ljava/lang/Throwable;
Exception table:
from to target type
5 7 8 any
8 9 8 any
10 12 13 Class java.lang.Throwable
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.setDone:()Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStream:Lio/vertx/core/streams/WriteStream;
aload 0
invokedynamic handle(Lio/vertx/reactivex/impl/WriteStreamObserverImpl;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/reactivex/impl/WriteStreamObserverImpl.writeStreamEnd(Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokeinterface io.vertx.core.streams.WriteStream.end:(Lio/vertx/core/Handler;)V
3: goto 7
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 1
start local 1 5: aload 1
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
6: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 1 7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
5 7 1 t Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
private void writeStreamEnd(io.vertx.core.AsyncResult<java.lang.Void>);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 10
1: aload 0
dup
astore 3
monitorenter
2: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStreamEndHandler:Lio/reactivex/functions/Action;
astore 2
start local 2 3: aload 3
monitorexit
4: goto 7
end local 2 StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl io.vertx.core.AsyncResult top io.vertx.reactivex.impl.WriteStreamObserverImpl
StackMap stack: java.lang.Throwable
5: aload 3
monitorexit
6: athrow
start local 2 7: StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl io.vertx.core.AsyncResult io.reactivex.functions.Action
StackMap stack:
aload 2
ifnull 22
8: aload 2
invokeinterface io.reactivex.functions.Action.run:()V
9: goto 22
end local 2 10: StackMap locals:
StackMap stack:
aload 0
dup
astore 4
monitorenter
11: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStreamEndErrorHandler:Lio/reactivex/functions/Consumer;
astore 3
start local 3 12: aload 4
monitorexit
13: goto 16
end local 3 StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl io.vertx.core.AsyncResult top top io.vertx.reactivex.impl.WriteStreamObserverImpl
StackMap stack: java.lang.Throwable
14: aload 4
monitorexit
15: athrow
start local 3 16: StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl io.vertx.core.AsyncResult top io.reactivex.functions.Consumer
StackMap stack:
aload 3
ifnull 22
17: aload 3
aload 1
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
end local 3 18: goto 22
StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl io.vertx.core.AsyncResult
StackMap stack: java.lang.Throwable
19: astore 2
start local 2 20: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
21: aload 2
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 2 22: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 23 1 result Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
3 5 2 a Lio/reactivex/functions/Action;
7 10 2 a Lio/reactivex/functions/Action;
12 14 3 c Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
16 18 3 c Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
20 22 2 t Ljava/lang/Throwable;
Exception table:
from to target type
2 4 5 any
5 6 5 any
11 13 14 any
14 15 14 any
0 18 19 Class java.lang.Throwable
Signature: (Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
result
private synchronized io.reactivex.disposables.Disposable getDisposable();
descriptor: ()Lio/reactivex/disposables/Disposable;
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.disposable:Lio/reactivex/disposables/Disposable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
private synchronized boolean setDisposable(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)Z
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.disposable:Lio/reactivex/disposables/Disposable;
ifnonnull 3
1: aload 0
aload 1
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.disposable:Lio/reactivex/disposables/Disposable;
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 4 1 disposable Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
disposable
private synchronized boolean isDone();
descriptor: ()Z
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.done:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
private synchronized boolean setDone();
descriptor: ()Z
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.done:Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
iconst_1
dup_x1
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.done:Z
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
public synchronized io.vertx.reactivex.WriteStreamObserver<R> onError(io.reactivex.functions.Consumer<? super java.lang.Throwable>);
descriptor: (Lio/reactivex/functions/Consumer;)Lio/vertx/reactivex/WriteStreamObserver;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.observableErrorHandler:Lio/reactivex/functions/Consumer;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 2 1 handler Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
Signature: (Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;)Lio/vertx/reactivex/WriteStreamObserver<TR;>;
MethodParameters:
Name Flags
handler
public synchronized io.vertx.reactivex.WriteStreamObserver<R> onWriteStreamError(io.reactivex.functions.Consumer<? super java.lang.Throwable>);
descriptor: (Lio/reactivex/functions/Consumer;)Lio/vertx/reactivex/WriteStreamObserver;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStreamExceptionHandler:Lio/reactivex/functions/Consumer;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 2 1 handler Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
Signature: (Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;)Lio/vertx/reactivex/WriteStreamObserver<TR;>;
MethodParameters:
Name Flags
handler
public synchronized io.vertx.reactivex.WriteStreamObserver<R> onWriteStreamEnd(io.reactivex.functions.Action);
descriptor: (Lio/reactivex/functions/Action;)Lio/vertx/reactivex/WriteStreamObserver;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStreamEndHandler:Lio/reactivex/functions/Action;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 2 1 handler Lio/reactivex/functions/Action;
Signature: (Lio/reactivex/functions/Action;)Lio/vertx/reactivex/WriteStreamObserver<TR;>;
MethodParameters:
Name Flags
handler
public synchronized io.vertx.reactivex.WriteStreamObserver<R> onWriteStreamEndError(io.reactivex.functions.Consumer<? super java.lang.Throwable>);
descriptor: (Lio/reactivex/functions/Consumer;)Lio/vertx/reactivex/WriteStreamObserver;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStreamEndErrorHandler:Lio/reactivex/functions/Consumer;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 2 1 handler Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
Signature: (Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;)Lio/vertx/reactivex/WriteStreamObserver<TR;>;
MethodParameters:
Name Flags
handler
private void lambda$0(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.setDone:()Z
ifne 3
1: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.vertx.reactivex.impl.WriteStreamObserverImpl.getDisposable:()Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
4: aload 0
dup
astore 3
monitorenter
5: aload 0
getfield io.vertx.reactivex.impl.WriteStreamObserverImpl.writeStreamExceptionHandler:Lio/reactivex/functions/Consumer;
astore 2
start local 2 6: aload 3
monitorexit
7: goto 10
end local 2 StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl java.lang.Throwable top io.vertx.reactivex.impl.WriteStreamObserverImpl
StackMap stack: java.lang.Throwable
8: aload 3
monitorexit
9: athrow
start local 2 10: StackMap locals: io.vertx.reactivex.impl.WriteStreamObserverImpl java.lang.Throwable io.reactivex.functions.Consumer
StackMap stack:
aload 2
ifnull 15
11: aload 2
aload 1
invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
12: goto 15
StackMap locals:
StackMap stack: java.lang.Exception
13: pop
14: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 2 15: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/vertx/reactivex/impl/WriteStreamObserverImpl<TR;TT;>;
0 16 1 t Ljava/lang/Throwable;
6 8 2 c Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
10 15 2 c Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
Exception table:
from to target type
5 7 8 any
8 9 8 any
11 12 13 Class java.lang.Exception
}
Signature: <R:Ljava/lang/Object;T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/reactivex/WriteStreamObserver<TR;>;
SourceFile: "WriteStreamObserverImpl.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles