public interface io.vertx.rxjava.core.streams.StreamBase
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.rxjava.core.streams.StreamBase
super_class: java.lang.Object
{
public abstract io.vertx.core.streams.StreamBase getDelegate();
descriptor: ()Lio/vertx/core/streams/StreamBase;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/streams/StreamBase;
MethodParameters:
Name Flags
handler
public static io.vertx.rxjava.core.streams.StreamBase newInstance(io.vertx.core.streams.StreamBase);
descriptor: (Lio/vertx/core/streams/StreamBase;)Lio/vertx/rxjava/core/streams/StreamBase;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 1
new io.vertx.rxjava.core.streams.StreamBaseImpl
dup
aload 0
invokespecial io.vertx.rxjava.core.streams.StreamBaseImpl.<init>:(Lio/vertx/core/streams/StreamBase;)V
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: io.vertx.rxjava.core.streams.StreamBaseImpl
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg Lio/vertx/core/streams/StreamBase;
MethodParameters:
Name Flags
arg
}
SourceFile: "StreamBase.java"
RuntimeVisibleAnnotations:
io.vertx.lang.rx.RxGen(value = Lio/vertx/core/streams/StreamBase;)