public class examples.NativeExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.NativeExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;

  public void toFlowable(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // examples.NativeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 36
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            astore 2 /* fileSystem */
        start local 2 // io.vertx.core.file.FileSystem fileSystem
         1: .line 37
            aload 2 /* fileSystem */
            ldc "/data.txt"
            new io.vertx.core.file.OpenOptions
            dup
            invokespecial io.vertx.core.file.OpenOptions.<init>:()V
            invokedynamic handle()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
                  examples/NativeExamples.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.file.FileSystem.open:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         2: .line 42
            return
        end local 2 // io.vertx.core.file.FileSystem fileSystem
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lexamples/NativeExamples;
            0    3     1       vertx  Lio/vertx/core/Vertx;
            1    3     2  fileSystem  Lio/vertx/core/file/FileSystem;
    MethodParameters:
       Name  Flags
      vertx  

  private io.reactivex.Flowable<io.vertx.core.buffer.Buffer> getFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 45
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    Signature: ()Lio/reactivex/Flowable<Lio/vertx/core/buffer/Buffer;>;

  public void toReadStream(io.vertx.core.http.HttpServerResponse);
    descriptor: (Lio/vertx/core/http/HttpServerResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // examples.NativeExamples this
        start local 1 // io.vertx.core.http.HttpServerResponse response
         0: .line 49
            aload 0 /* this */
            invokevirtual examples.NativeExamples.getFlowable:()Lio/reactivex/Flowable;
            astore 2 /* observable */
        start local 2 // io.reactivex.Flowable observable
         1: .line 50
            aload 2 /* observable */
            invokestatic io.vertx.reactivex.FlowableHelper.toReadStream:(Lio/reactivex/Flowable;)Lio/vertx/core/streams/ReadStream;
            astore 3 /* readStream */
        start local 3 // io.vertx.core.streams.ReadStream readStream
         2: .line 51
            aload 3 /* readStream */
            aload 1 /* response */
            invokestatic io.vertx.core.streams.Pump.pump:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/streams/Pump;
            astore 4 /* pump */
        start local 4 // io.vertx.core.streams.Pump pump
         3: .line 52
            aload 4 /* pump */
            invokeinterface io.vertx.core.streams.Pump.start:()Lio/vertx/core/streams/Pump;
            pop
         4: .line 53
            return
        end local 4 // io.vertx.core.streams.Pump pump
        end local 3 // io.vertx.core.streams.ReadStream readStream
        end local 2 // io.reactivex.Flowable observable
        end local 1 // io.vertx.core.http.HttpServerResponse response
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lexamples/NativeExamples;
            0    5     1    response  Lio/vertx/core/http/HttpServerResponse;
            1    5     2  observable  Lio/reactivex/Flowable<Lio/vertx/core/buffer/Buffer;>;
            2    5     3  readStream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            3    5     4        pump  Lio/vertx/core/streams/Pump;
    MethodParameters:
          Name  Flags
      response  

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> getHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 56
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  public void handlerToSingleObserver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 61
            aload 0 /* this */
            invokevirtual examples.NativeExamples.getHandler:()Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         1: .line 64
            ldc "hello"
            invokestatic io.reactivex.Single.just:(Ljava/lang/Object;)Lio/reactivex/Single;
            aload 1 /* handler */
            invokestatic io.vertx.reactivex.SingleHelper.toObserver:(Lio/vertx/core/Handler;)Lio/reactivex/SingleObserver;
            invokevirtual io.reactivex.Single.subscribe:(Lio/reactivex/SingleObserver;)V
         2: .line 65
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lexamples/NativeExamples;
            1    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  public void handlerToMaybeObserver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 69
            aload 0 /* this */
            invokevirtual examples.NativeExamples.getHandler:()Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         1: .line 72
            ldc "hello"
            invokestatic io.reactivex.Maybe.just:(Ljava/lang/Object;)Lio/reactivex/Maybe;
            aload 1 /* handler */
            invokestatic io.vertx.reactivex.MaybeHelper.toObserver:(Lio/vertx/core/Handler;)Lio/reactivex/MaybeObserver;
            invokevirtual io.reactivex.Maybe.subscribe:(Lio/reactivex/MaybeObserver;)V
         2: .line 73
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lexamples/NativeExamples;
            1    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  public void handlerToCompletableObserver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 77
            aload 0 /* this */
            invokevirtual examples.NativeExamples.getHandler:()Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         1: .line 80
            invokestatic io.reactivex.Completable.complete:()Lio/reactivex/Completable;
            aload 1 /* handler */
            invokestatic io.vertx.reactivex.CompletableHelper.toObserver:(Lio/vertx/core/Handler;)Lio/reactivex/CompletableObserver;
            invokevirtual io.reactivex.Completable.subscribe:(Lio/reactivex/CompletableObserver;)V
         2: .line 81
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lexamples/NativeExamples;
            1    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  public void scheduler(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // examples.NativeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 84
            aload 1 /* vertx */
            invokestatic io.vertx.reactivex.RxHelper.scheduler:(Lio/vertx/core/Vertx;)Lio/reactivex/Scheduler;
            astore 2 /* scheduler */
        start local 2 // io.reactivex.Scheduler scheduler
         1: .line 85
            ldc 100
            ldc 100
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            aload 2 /* scheduler */
            invokestatic io.reactivex.Observable.interval:(JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)Lio/reactivex/Observable;
            pop
         2: .line 86
            return
        end local 2 // io.reactivex.Scheduler scheduler
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lexamples/NativeExamples;
            0    3     1      vertx  Lio/vertx/core/Vertx;
            1    3     2  scheduler  Lio/reactivex/Scheduler;
    MethodParameters:
       Name  Flags
      vertx  

  public void blockingScheduler(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // examples.NativeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 89
            aload 1 /* vertx */
            invokestatic io.vertx.reactivex.RxHelper.blockingScheduler:(Lio/vertx/core/Vertx;)Lio/reactivex/Scheduler;
            astore 2 /* scheduler */
        start local 2 // io.reactivex.Scheduler scheduler
         1: .line 90
            ldc 100
            ldc 100
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            aload 2 /* scheduler */
            invokestatic io.reactivex.Observable.interval:(JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)Lio/reactivex/Observable;
            pop
         2: .line 91
            return
        end local 2 // io.reactivex.Scheduler scheduler
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lexamples/NativeExamples;
            0    3     1      vertx  Lio/vertx/core/Vertx;
            1    3     2  scheduler  Lio/reactivex/Scheduler;
    MethodParameters:
       Name  Flags
      vertx  

  public void schedulerHook(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 94
            aload 1 /* vertx */
            invokedynamic apply(Lio/vertx/core/Vertx;)Lio/reactivex/functions/Function;
              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;)Ljava/lang/Object;
                  examples/NativeExamples.lambda$2(Lio/vertx/core/Vertx;Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler; (6)
                  (Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler;
            invokestatic io.reactivex.plugins.RxJavaPlugins.setComputationSchedulerHandler:(Lio/reactivex/functions/Function;)V
         1: .line 95
            aload 1 /* vertx */
            invokedynamic apply(Lio/vertx/core/Vertx;)Lio/reactivex/functions/Function;
              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;)Ljava/lang/Object;
                  examples/NativeExamples.lambda$3(Lio/vertx/core/Vertx;Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler; (6)
                  (Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler;
            invokestatic io.reactivex.plugins.RxJavaPlugins.setIoSchedulerHandler:(Lio/reactivex/functions/Function;)V
         2: .line 96
            aload 1 /* vertx */
            invokedynamic apply(Lio/vertx/core/Vertx;)Lio/reactivex/functions/Function;
              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;)Ljava/lang/Object;
                  examples/NativeExamples.lambda$4(Lio/vertx/core/Vertx;Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler; (6)
                  (Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler;
            invokestatic io.reactivex.plugins.RxJavaPlugins.setNewThreadSchedulerHandler:(Lio/reactivex/functions/Function;)V
         3: .line 97
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lexamples/NativeExamples;
            0    4     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void unmarshaller(io.vertx.core.file.FileSystem);
    descriptor: (Lio/vertx/core/file/FileSystem;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
        start local 1 // io.vertx.core.file.FileSystem fileSystem
         0: .line 103
            aload 1 /* fileSystem */
            ldc "/data.txt"
            new io.vertx.core.file.OpenOptions
            dup
            invokespecial io.vertx.core.file.OpenOptions.<init>:()V
            invokedynamic handle()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
                  examples/NativeExamples.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.file.FileSystem.open:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 112
            return
        end local 1 // io.vertx.core.file.FileSystem fileSystem
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lexamples/NativeExamples;
            0    2     1  fileSystem  Lio/vertx/core/file/FileSystem;
    MethodParameters:
            Name  Flags
      fileSystem  

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.AsyncResult result
         0: .line 38
            aload 0 /* result */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.file.AsyncFile
            astore 1 /* file */
        start local 1 // io.vertx.core.file.AsyncFile file
         1: .line 39
            aload 1 /* file */
            invokestatic io.vertx.reactivex.FlowableHelper.toFlowable:(Lio/vertx/core/streams/ReadStream;)Lio/reactivex/Flowable;
            astore 2 /* observable */
        start local 2 // io.reactivex.Flowable observable
         2: .line 40
            aload 2 /* observable */
            invokedynamic accept()Lio/reactivex/functions/Consumer;
              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
                  examples/NativeExamples.lambda$1(Lio/vertx/core/buffer/Buffer;)V (6)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokevirtual io.reactivex.Flowable.forEach:(Lio/reactivex/functions/Consumer;)Lio/reactivex/disposables/Disposable;
            pop
        end local 2 // io.reactivex.Flowable observable
        end local 1 // io.vertx.core.file.AsyncFile file
         3: .line 41
            return
        end local 0 // io.vertx.core.AsyncResult result
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0      result  Lio/vertx/core/AsyncResult<Lio/vertx/core/file/AsyncFile;>;
            1    3     1        file  Lio/vertx/core/file/AsyncFile;
            2    3     2  observable  Lio/reactivex/Flowable<Lio/vertx/core/buffer/Buffer;>;

  private static io.reactivex.Scheduler lambda$2(io.vertx.core.Vertx, io.reactivex.Scheduler);
    descriptor: (Lio/vertx/core/Vertx;Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.reactivex.Scheduler s
         0: .line 94
            aload 0
            invokestatic io.vertx.reactivex.RxHelper.scheduler:(Lio/vertx/core/Vertx;)Lio/reactivex/Scheduler;
            areturn
        end local 1 // io.reactivex.Scheduler s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     s  Lio/reactivex/Scheduler;
    Exceptions:
      throws java.lang.Exception

  private static io.reactivex.Scheduler lambda$3(io.vertx.core.Vertx, io.reactivex.Scheduler);
    descriptor: (Lio/vertx/core/Vertx;Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.reactivex.Scheduler s
         0: .line 95
            aload 0
            invokestatic io.vertx.reactivex.RxHelper.blockingScheduler:(Lio/vertx/core/Vertx;)Lio/reactivex/Scheduler;
            areturn
        end local 1 // io.reactivex.Scheduler s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     s  Lio/reactivex/Scheduler;
    Exceptions:
      throws java.lang.Exception

  private static io.reactivex.Scheduler lambda$4(io.vertx.core.Vertx, io.reactivex.Scheduler);
    descriptor: (Lio/vertx/core/Vertx;Lio/reactivex/Scheduler;)Lio/reactivex/Scheduler;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.reactivex.Scheduler s
         0: .line 96
            aload 0
            invokestatic io.vertx.reactivex.RxHelper.scheduler:(Lio/vertx/core/Vertx;)Lio/reactivex/Scheduler;
            areturn
        end local 1 // io.reactivex.Scheduler s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     s  Lio/reactivex/Scheduler;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$5(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.AsyncResult result
         0: .line 104
            aload 0 /* result */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.file.AsyncFile
            astore 1 /* file */
        start local 1 // io.vertx.core.file.AsyncFile file
         1: .line 105
            aload 1 /* file */
            invokestatic io.vertx.reactivex.FlowableHelper.toFlowable:(Lio/vertx/core/streams/ReadStream;)Lio/reactivex/Flowable;
            astore 2 /* observable */
        start local 2 // io.reactivex.Flowable observable
         2: .line 106
            aload 2 /* observable */
            ldc Lexamples/NativeExamples$MyPojo;
            invokestatic io.vertx.reactivex.FlowableHelper.unmarshaller:(Ljava/lang/Class;)Lio/reactivex/FlowableTransformer;
            invokevirtual io.reactivex.Flowable.compose:(Lio/reactivex/FlowableTransformer;)Lio/reactivex/Flowable;
         3: .line 107
            invokedynamic accept()Lio/reactivex/functions/Consumer;
              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
                  examples/NativeExamples.lambda$6(Lexamples/NativeExamples$MyPojo;)V (6)
                  (Lexamples/NativeExamples$MyPojo;)V
         4: .line 106
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/functions/Consumer;)Lio/reactivex/disposables/Disposable;
            pop
        end local 2 // io.reactivex.Flowable observable
        end local 1 // io.vertx.core.file.AsyncFile file
         5: .line 111
            return
        end local 0 // io.vertx.core.AsyncResult result
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0      result  Lio/vertx/core/AsyncResult<Lio/vertx/core/file/AsyncFile;>;
            1    5     1        file  Lio/vertx/core/file/AsyncFile;
            2    5     2  observable  Lio/reactivex/Flowable<Lio/vertx/core/buffer/Buffer;>;

  private static void lambda$1(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.buffer.Buffer data
         0: .line 40
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Read data: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* data */
            ldc "UTF-8"
            invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
            return
        end local 0 // io.vertx.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$6(examples.NativeExamples$MyPojo);
    descriptor: (Lexamples/NativeExamples$MyPojo;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // examples.NativeExamples$MyPojo mypojo
         0: .line 109
            return
        end local 0 // examples.NativeExamples$MyPojo mypojo
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  mypojo  Lexamples/NativeExamples$MyPojo;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "NativeExamples.java"
NestMembers:
  examples.NativeExamples$MyPojo
InnerClasses:
  private MyPojo = examples.NativeExamples$MyPojo of examples.NativeExamples
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeInvisibleAnnotations: 
      io.vertx.docgen.Source()