class com.google.common.collect.Iterables$4 extends com.google.common.collect.FluentIterable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.Iterables$4
  super_class: com.google.common.collect.FluentIterable
{
  private final java.lang.Iterable val$unfiltered;
    descriptor: Ljava/lang/Iterable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.base.Predicate val$retainIfTrue;
    descriptor: Lcom/google/common/base/Predicate;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.lang.Iterable, com.google.common.base.Predicate);
    descriptor: (Ljava/lang/Iterable;Lcom/google/common/base/Predicate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.Iterables$4 this
         0: .line 556
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.Iterables$4.val$unfiltered:Ljava/lang/Iterable;
            aload 0 /* this */
            aload 2
            putfield com.google.common.collect.Iterables$4.val$retainIfTrue:Lcom/google/common/base/Predicate;
            aload 0 /* this */
            invokespecial com.google.common.collect.FluentIterable.<init>:()V
            return
        end local 0 // com.google.common.collect.Iterables$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Iterables$4;
    MethodParameters:
                  Name  Flags
      val$unfiltered    final
      val$retainIfTrue  final

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.Iterables$4 this
         0: .line 559
            aload 0 /* this */
            getfield com.google.common.collect.Iterables$4.val$unfiltered:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            aload 0 /* this */
            getfield com.google.common.collect.Iterables$4.val$retainIfTrue:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Iterators.filter:(Ljava/util/Iterator;Lcom/google/common/base/Predicate;)Lcom/google/common/collect/UnmodifiableIterator;
            areturn
        end local 0 // com.google.common.collect.Iterables$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Iterables$4;
    Signature: ()Ljava/util/Iterator<TT;>;

  public void forEach(java.util.function.Consumer<? super T>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.Iterables$4 this
        start local 1 // java.util.function.Consumer action
         0: .line 564
            aload 1 /* action */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 565
            aload 0 /* this */
            getfield com.google.common.collect.Iterables$4.val$unfiltered:Ljava/lang/Iterable;
         2: .line 566
            aload 0 /* this */
            getfield com.google.common.collect.Iterables$4.val$retainIfTrue:Lcom/google/common/base/Predicate;
            aload 1 /* action */
            invokedynamic accept(Lcom/google/common/base/Predicate;Ljava/util/function/Consumer;)Ljava/util/function/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
                  com/google/common/collect/Iterables$4.lambda$0(Lcom/google/common/base/Predicate;Ljava/util/function/Consumer;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;)V
         3: .line 565
            invokeinterface java.lang.Iterable.forEach:(Ljava/util/function/Consumer;)V
         4: .line 571
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // com.google.common.collect.Iterables$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/common/collect/Iterables$4;
            0    5     1  action  Ljava/util/function/Consumer<-TT;>;
    Signature: (Ljava/util/function/Consumer<-TT;>;)V
    MethodParameters:
        Name  Flags
      action  

  public java.util.Spliterator<T> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.Iterables$4 this
         0: .line 575
            aload 0 /* this */
            getfield com.google.common.collect.Iterables$4.val$unfiltered:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.spliterator:()Ljava/util/Spliterator;
            aload 0 /* this */
            getfield com.google.common.collect.Iterables$4.val$retainIfTrue:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.CollectSpliterators.filter:(Ljava/util/Spliterator;Ljava/util/function/Predicate;)Ljava/util/Spliterator;
            areturn
        end local 0 // com.google.common.collect.Iterables$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Iterables$4;
    Signature: ()Ljava/util/Spliterator<TT;>;

  private static void lambda$0(com.google.common.base.Predicate, java.util.function.Consumer, java.lang.Object);
    descriptor: (Lcom/google/common/base/Predicate;Ljava/util/function/Consumer;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Object a
         0: .line 567
            aload 0
            aload 2 /* a */
            invokeinterface com.google.common.base.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 568
            aload 1
            aload 2 /* a */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         2: .line 570
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2     a  TT;
}
Signature: Lcom/google/common/collect/FluentIterable<TT;>;
SourceFile: "Iterables.java"
EnclosingMethod: com.google.common.collect.Iterables.filter:(Ljava/lang/Iterable;Lcom/google/common/base/Predicate;)Ljava/lang/Iterable;
NestHost: com.google.common.collect.Iterables
InnerClasses:
  com.google.common.collect.Iterables$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles