public final class io.reactivex.internal.operators.flowable.FlowableDistinct<T, K> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableDistinct
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final io.reactivex.functions.Function<? super T, K> keySelector;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;TK;>;

  final java.util.concurrent.Callable<? extends java.util.Collection<? super K>> collectionSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<+Ljava/util/Collection<-TK;>;>;

  public void <init>(io.reactivex.Flowable<T>, io.reactivex.functions.Function<? super T, K>, java.util.concurrent.Callable<? extends java.util.Collection<? super K>>);
    descriptor: (Lio/reactivex/Flowable;Lio/reactivex/functions/Function;Ljava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDistinct this
        start local 1 // io.reactivex.Flowable source
        start local 2 // io.reactivex.functions.Function keySelector
        start local 3 // java.util.concurrent.Callable collectionSupplier
         0: .line 38
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 39
            aload 0 /* this */
            aload 2 /* keySelector */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinct.keySelector:Lio/reactivex/functions/Function;
         2: .line 40
            aload 0 /* this */
            aload 3 /* collectionSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinct.collectionSupplier:Ljava/util/concurrent/Callable;
         3: .line 41
            return
        end local 3 // java.util.concurrent.Callable collectionSupplier
        end local 2 // io.reactivex.functions.Function keySelector
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDistinct this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lio/reactivex/internal/operators/flowable/FlowableDistinct<TT;TK;>;
            0    4     1              source  Lio/reactivex/Flowable<TT;>;
            0    4     2         keySelector  Lio/reactivex/functions/Function<-TT;TK;>;
            0    4     3  collectionSupplier  Ljava/util/concurrent/Callable<+Ljava/util/Collection<-TK;>;>;
    Signature: (Lio/reactivex/Flowable<TT;>;Lio/reactivex/functions/Function<-TT;TK;>;Ljava/util/concurrent/Callable<+Ljava/util/Collection<-TK;>;>;)V
    MethodParameters:
                    Name  Flags
      source              
      keySelector         
      collectionSupplier  

  protected void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDistinct this
        start local 1 // org.reactivestreams.Subscriber subscriber
         0: .line 48
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinct.collectionSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.util.Collection
            ldc "The collectionSupplier returned a null collection. Null values are generally not allowed in 2.x operators and sources."
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Collection
            astore 2 /* collection */
        start local 2 // java.util.Collection collection
         1: .line 49
            goto 6
        end local 2 // java.util.Collection collection
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         3: .line 50
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 51
            aload 3 /* ex */
            aload 1 /* subscriber */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
         5: .line 52
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // java.util.Collection collection
         6: .line 55
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinct.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableDistinct$DistinctSubscriber
            dup
            aload 1 /* subscriber */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinct.keySelector:Lio/reactivex/functions/Function;
            aload 2 /* collection */
            invokespecial io.reactivex.internal.operators.flowable.FlowableDistinct$DistinctSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;Ljava/util/Collection;)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         7: .line 56
            return
        end local 2 // java.util.Collection collection
        end local 1 // org.reactivestreams.Subscriber subscriber
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDistinct this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/reactivex/internal/operators/flowable/FlowableDistinct<TT;TK;>;
            0    8     1  subscriber  Lorg/reactivestreams/Subscriber<-TT;>;
            1    2     2  collection  Ljava/util/Collection<-TK;>;
            6    8     2  collection  Ljava/util/Collection<-TK;>;
            3    6     3          ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
            Name  Flags
      subscriber  
}
Signature: <T:Ljava/lang/Object;K:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TT;>;
SourceFile: "FlowableDistinct.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableDistinct$DistinctSubscriber
InnerClasses:
  final DistinctSubscriber = io.reactivex.internal.operators.flowable.FlowableDistinct$DistinctSubscriber of io.reactivex.internal.operators.flowable.FlowableDistinct