final class org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate<T, V> implements org.eclipse.collections.api.block.predicate.Predicate<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.api.block.function.Function<? super T, ? extends V> function;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;

  private final org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate;
    descriptor: Lorg/eclipse/collections/api/block/predicate/Predicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;

  private transient V functionResult;
    descriptor: Ljava/lang/Object;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: TV;

  private void <init>(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
        start local 1 // org.eclipse.collections.api.block.function.Function newFunction
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate newPredicate
         0: .line 185
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 189
            aload 0 /* this */
            aload 1 /* newFunction */
            putfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.function:Lorg/eclipse/collections/api/block/function/Function;
         2: .line 190
            aload 0 /* this */
            aload 2 /* newPredicate */
            putfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
         3: .line 191
            return
        end local 2 // org.eclipse.collections.api.block.predicate.Predicate newPredicate
        end local 1 // org.eclipse.collections.api.block.function.Function newFunction
        end local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/eclipse/collections/impl/lazy/CollectIterable$AttributePredicate<TT;TV;>;
            0    4     1   newFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    4     2  newPredicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)V
    MethodParameters:
              Name  Flags
      newFunction   
      newPredicate  

  public boolean accept();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
        start local 1 // java.lang.Object anObject
         0: .line 196
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.function:Lorg/eclipse/collections/api/block/function/Function;
            aload 1 /* anObject */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* functionValue */
        start local 2 // java.lang.Object functionValue
         1: .line 197
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
            aload 2 /* functionValue */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            istore 3 /* result */
        start local 3 // boolean result
         2: .line 198
            iload 3 /* result */
            ifeq 4
         3: .line 200
            aload 0 /* this */
            aload 2 /* functionValue */
            putfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.functionResult:Ljava/lang/Object;
         4: .line 202
      StackMap locals: java.lang.Object int
      StackMap stack:
            iload 3 /* result */
            ireturn
        end local 3 // boolean result
        end local 2 // java.lang.Object functionValue
        end local 1 // java.lang.Object anObject
        end local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/impl/lazy/CollectIterable$AttributePredicate<TT;TV;>;
            0    5     1       anObject  TT;
            1    5     2  functionValue  TV;
            2    5     3         result  Z
    Signature: (TT;)Z
    MethodParameters:
          Name  Flags
      anObject  

  public V functionResult();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
         0: .line 207
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.functionResult:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/CollectIterable$AttributePredicate<TT;TV;>;
    Signature: ()TV;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
         0: .line 213
            new java.lang.StringBuilder
            dup
            ldc "AttributePredicate("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 214
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.function:Lorg/eclipse/collections/api/block/function/Function;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 215
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 216
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 217
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 213
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/lazy/CollectIterable$AttributePredicate<TT;TV;>;
}
Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;
SourceFile: "CollectIterable.java"
NestHost: org.eclipse.collections.impl.lazy.CollectIterable
InnerClasses:
  private final AttributePredicate = org.eclipse.collections.impl.lazy.CollectIterable$AttributePredicate of org.eclipse.collections.impl.lazy.CollectIterable