public abstract class org.eclipse.collections.impl.block.factory.Predicates2<T, P> implements org.eclipse.collections.api.block.predicate.Predicate2<T, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.block.factory.Predicates2
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> NOT_EQUAL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Iterable<?>> IN;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Iterable<*>;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> EQUAL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Iterable<?>> NOT_IN;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Iterable<*>;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<?, ?> LESS_THAN;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<**>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<?, ?> LESS_THAN_OR_EQUAL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<**>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<?, ?> GREATER_THAN;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<**>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<?, ?> GREATER_THAN_OR_EQUAL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<**>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Class<?>> INSTANCE_OF;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Class<*>;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> IS_IDENTICAL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> NOT_IDENTITICAL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Class<?>> NOT_INSTANCE_OF;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Class<*>;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> ALWAYS_TRUE;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> ALWAYS_FALSE;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> IS_NULL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  private static final org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> NOT_NULL;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 29
            new org.eclipse.collections.impl.block.factory.Predicates2$NotEqual
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$NotEqual.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         1: .line 30
            new org.eclipse.collections.impl.block.factory.Predicates2$In
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$In.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.IN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         2: .line 31
            new org.eclipse.collections.impl.block.factory.Predicates2$Equal
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$Equal.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         3: .line 32
            new org.eclipse.collections.impl.block.factory.Predicates2$NotIn
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$NotIn.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_IN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         4: .line 33
            new org.eclipse.collections.impl.block.factory.Predicates2$LessThan
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$LessThan.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.LESS_THAN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         5: .line 34
            new org.eclipse.collections.impl.block.factory.Predicates2$LessThanOrEqual
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$LessThanOrEqual.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.LESS_THAN_OR_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         6: .line 35
            new org.eclipse.collections.impl.block.factory.Predicates2$GreaterThan
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$GreaterThan.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.GREATER_THAN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         7: .line 36
            new org.eclipse.collections.impl.block.factory.Predicates2$GreaterThanOrEqual
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$GreaterThanOrEqual.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.GREATER_THAN_OR_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         8: .line 37
            new org.eclipse.collections.impl.block.factory.Predicates2$IsInstanceOf
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$IsInstanceOf.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.INSTANCE_OF:Lorg/eclipse/collections/impl/block/factory/Predicates2;
         9: .line 38
            new org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.IS_IDENTICAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
        10: .line 39
            new org.eclipse.collections.impl.block.factory.Predicates2$NotIdentitical
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$NotIdentitical.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_IDENTITICAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
        11: .line 40
            new org.eclipse.collections.impl.block.factory.Predicates2$NotInstanceOf
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$NotInstanceOf.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_INSTANCE_OF:Lorg/eclipse/collections/impl/block/factory/Predicates2;
        12: .line 41
            new org.eclipse.collections.impl.block.factory.Predicates2$AlwaysTrue
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AlwaysTrue.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.ALWAYS_TRUE:Lorg/eclipse/collections/impl/block/factory/Predicates2;
        13: .line 42
            new org.eclipse.collections.impl.block.factory.Predicates2$AlwaysFalse
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AlwaysFalse.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.ALWAYS_FALSE:Lorg/eclipse/collections/impl/block/factory/Predicates2;
        14: .line 43
            new org.eclipse.collections.impl.block.factory.Predicates2$IsNull
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$IsNull.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.IS_NULL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
        15: .line 44
            new org.eclipse.collections.impl.block.factory.Predicates2$NotNull
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$NotNull.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_NULL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2 this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;

  public org.eclipse.collections.impl.block.factory.Predicates2<T, P> and(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2 this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 op
         0: .line 48
            aload 0 /* this */
            aload 1 /* op */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates2.and:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 op
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
            0    1     1    op  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
      Name  Flags
      op    

  public org.eclipse.collections.impl.block.factory.Predicates2<T, P> or(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2 this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 op
         0: .line 53
            aload 0 /* this */
            aload 1 /* op */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates2.or:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 op
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
            0    1     1    op  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
      Name  Flags
      op    

  public static <T, P> org.eclipse.collections.api.block.predicate.Predicate2<T, P> throwing(org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2<T, P>);
    descriptor: (Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;)Lorg/eclipse/collections/api/block/predicate/Predicate2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2 throwingPredicate2
         0: .line 62
            new org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter
            dup
            aload 0 /* throwingPredicate2 */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter.<init>:(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;)V
            areturn
        end local 0 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2 throwingPredicate2
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0  throwingPredicate2  Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2<TT;TP;>;
    Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2<TT;TP;>;)Lorg/eclipse/collections/api/block/predicate/Predicate2<TT;TP;>;
    MethodParameters:
                    Name  Flags
      throwingPredicate2  

  public static <T1, T2> org.eclipse.collections.api.block.predicate.Predicate2<T1, T2> throwing(org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2<T1, T2>, org.eclipse.collections.api.block.function.Function3<T1, T2, ? super java.lang.Throwable, ? extends java.lang.RuntimeException>);
    descriptor: (Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;Lorg/eclipse/collections/api/block/function/Function3;)Lorg/eclipse/collections/api/block/predicate/Predicate2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2 throwingPredicate2
        start local 1 // org.eclipse.collections.api.block.function.Function3 rethrow
         0: .line 74
            aload 0 /* throwingPredicate2 */
            aload 1 /* rethrow */
            invokedynamic accept(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;Lorg/eclipse/collections/api/block/function/Function3;)Lorg/eclipse/collections/api/block/predicate/Predicate2;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  org/eclipse/collections/impl/block/factory/Predicates2.lambda$0(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;Lorg/eclipse/collections/api/block/function/Function3;Ljava/lang/Object;Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  1
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function3 rethrow
        end local 0 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2 throwingPredicate2
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0  throwingPredicate2  Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2<TT1;TT2;>;
            0    1     1             rethrow  Lorg/eclipse/collections/api/block/function/Function3<TT1;TT2;-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2<TT1;TT2;>;Lorg/eclipse/collections/api/block/function/Function3<TT1;TT2;-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;)Lorg/eclipse/collections/api/block/predicate/Predicate2<TT1;TT2;>;
    MethodParameters:
                    Name  Flags
      throwingPredicate2  
      rethrow             

  public static <T, P> org.eclipse.collections.impl.block.factory.Predicates2<T, P> not(org.eclipse.collections.api.block.predicate.Predicate2<T, P>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 93
            new org.eclipse.collections.impl.block.factory.Predicates2$Not
            dup
            aload 0 /* predicate */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$Not.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<TT;TP;>;
    Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<TT;TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
           Name  Flags
      predicate  

  public static <T, P> org.eclipse.collections.impl.block.factory.Predicates2<T, P> or(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate2 left
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 right
         0: .line 100
            new org.eclipse.collections.impl.block.factory.Predicates2$Or
            dup
            aload 0 /* left */
            aload 1 /* right */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$Or.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 right
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate2 left
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   left  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    1     1  right  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
    Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
       Name  Flags
      left   
      right  

  public static <T, P> org.eclipse.collections.impl.block.factory.Predicates2<T, P> and(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate2 left
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 right
         0: .line 107
            new org.eclipse.collections.impl.block.factory.Predicates2$And
            dup
            aload 0 /* left */
            aload 1 /* right */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$And.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 right
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate2 left
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   left  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    1     1  right  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
    Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
       Name  Flags
      left   
      right  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates2<T, java.lang.Iterable<?>> attributeIn(org.eclipse.collections.api.block.function.Function<T, ?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 113
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates2.in:()Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<TT;*>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<TT;*>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;Ljava/lang/Iterable<*>;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates2<T, java.lang.Iterable<?>> attributeNotIn(org.eclipse.collections.api.block.function.Function<T, ?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 119
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates2.notIn:()Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<TT;*>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<TT;*>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;Ljava/lang/Iterable<*>;>;
    MethodParameters:
          Name  Flags
      function  

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> alwaysTrue();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 124
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.ALWAYS_TRUE:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> alwaysFalse();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 129
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.ALWAYS_FALSE:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> isNull();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 134
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.IS_NULL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> notNull();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 139
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_NULL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> equal();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 144
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> notEqual();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 149
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Iterable<?>> in();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 154
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.IN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Iterable<*>;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Iterable<?>> notIn();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 159
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_IN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Iterable<*>;>;

  public static <T extends java.lang.Comparable<T>> org.eclipse.collections.impl.block.factory.Predicates2<T, T> lessThan();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 164
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.LESS_THAN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T::Ljava/lang/Comparable<TT;>;>()Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TT;>;

  public static <T extends java.lang.Comparable<T>> org.eclipse.collections.impl.block.factory.Predicates2<T, T> lessThanOrEqualTo();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 169
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.LESS_THAN_OR_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T::Ljava/lang/Comparable<TT;>;>()Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TT;>;

  public static <T extends java.lang.Comparable<T>> org.eclipse.collections.impl.block.factory.Predicates2<T, T> greaterThan();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 174
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.GREATER_THAN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T::Ljava/lang/Comparable<TT;>;>()Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TT;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> sameAs();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 179
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.IS_IDENTICAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object> notSameAs();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 184
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_IDENTITICAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Class<?>> instanceOf();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 189
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.INSTANCE_OF:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Class<*>;>;

  public static org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Class<?>> notInstanceOf();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 194
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.NOT_INSTANCE_OF:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Class<*>;>;

  public static <T extends java.lang.Comparable<T>> org.eclipse.collections.impl.block.factory.Predicates2<T, T> greaterThanOrEqualTo();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 199
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.GREATER_THAN_OR_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T::Ljava/lang/Comparable<TT;>;>()Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TT;>;

  public static <T> org.eclipse.collections.impl.block.factory.Predicates2<T, java.lang.Object> attributeNotEqual(org.eclipse.collections.api.block.function.Function<? super T, ?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 204
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates2.notEqual:()Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<-TT;*>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;*>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;Ljava/lang/Object;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T, P extends java.lang.Comparable<? super P>> org.eclipse.collections.impl.block.factory.Predicates2<T, P> attributeLessThan(org.eclipse.collections.api.block.function.Function<? super T, ? extends P>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 209
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.LESS_THAN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;
    Signature: <T:Ljava/lang/Object;P::Ljava/lang/Comparable<-TP;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T, P extends java.lang.Comparable<? super P>> org.eclipse.collections.impl.block.factory.Predicates2<T, P> attributeLessThanOrEqualTo(org.eclipse.collections.api.block.function.Function<? super T, ? extends P>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 215
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.LESS_THAN_OR_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;
    Signature: <T:Ljava/lang/Object;P::Ljava/lang/Comparable<-TP;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T, P extends java.lang.Comparable<? super P>> org.eclipse.collections.impl.block.factory.Predicates2<T, P> attributeGreaterThan(org.eclipse.collections.api.block.function.Function<? super T, ? extends P>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 220
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.GREATER_THAN:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;
    Signature: <T:Ljava/lang/Object;P::Ljava/lang/Comparable<-TP;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T, P extends java.lang.Comparable<? super P>> org.eclipse.collections.impl.block.factory.Predicates2<T, P> attributeGreaterThanOrEqualTo(org.eclipse.collections.api.block.function.Function<? super T, ? extends P>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 226
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            getstatic org.eclipse.collections.impl.block.factory.Predicates2.GREATER_THAN_OR_EQUAL:Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;
    Signature: <T:Ljava/lang/Object;P::Ljava/lang/Comparable<-TP;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates2<T, java.lang.Object> attributeEqual(org.eclipse.collections.api.block.function.Function<? super T, ?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 231
            new org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
            dup
            aload 0 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates2.equal:()Lorg/eclipse/collections/impl/block/factory/Predicates2;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.function.Function function
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  function  Lorg/eclipse/collections/api/block/function/Function<-TT;*>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;*>;)Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;Ljava/lang/Object;>;
    MethodParameters:
          Name  Flags
      function  

  private static boolean lambda$0(org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2, org.eclipse.collections.api.block.function.Function3, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;Lorg/eclipse/collections/api/block/function/Function3;Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=4
        start local 2 // java.lang.Object one
        start local 3 // java.lang.Object two
         0: .line 78
            aload 0
            aload 2 /* one */
            aload 3 /* two */
            invokeinterface org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2.safeAccept:(Ljava/lang/Object;Ljava/lang/Object;)Z
         1: ireturn
         2: .line 80
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 4 /* e */
        start local 4 // java.lang.RuntimeException e
         3: .line 82
            aload 4 /* e */
            athrow
        end local 4 // java.lang.RuntimeException e
         4: .line 84
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* t */
        start local 4 // java.lang.Throwable t
         5: .line 86
            aload 1
            aload 2 /* one */
            aload 3 /* two */
            aload 4 /* t */
            invokeinterface org.eclipse.collections.api.block.function.Function3.value:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.RuntimeException
            athrow
        end local 4 // java.lang.Throwable t
        end local 3 // java.lang.Object two
        end local 2 // java.lang.Object one
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     2   one  TT1;
            0    6     3   two  TT2;
            3    4     4     e  Ljava/lang/RuntimeException;
            5    6     4     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Throwable

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
          -1647345005: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/Predicate2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/block/factory/Predicates2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;Lorg/eclipse/collections/api/block/function/Function3;Ljava/lang/Object;Ljava/lang/Object;)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.function.Function3
            invokedynamic accept(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;Lorg/eclipse/collections/api/block/function/Function3;)Lorg/eclipse/collections/api/block/predicate/Predicate2;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  org/eclipse/collections/impl/block/factory/Predicates2.lambda$0(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;Lorg/eclipse/collections/api/block/function/Function3;Ljava/lang/Object;Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/predicate/Predicate2<TT;TP;>;
SourceFile: "Predicates2.java"
NestMembers:
  org.eclipse.collections.impl.block.factory.Predicates2$AlwaysFalse  org.eclipse.collections.impl.block.factory.Predicates2$AlwaysTrue  org.eclipse.collections.impl.block.factory.Predicates2$And  org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2  org.eclipse.collections.impl.block.factory.Predicates2$Equal  org.eclipse.collections.impl.block.factory.Predicates2$GreaterThan  org.eclipse.collections.impl.block.factory.Predicates2$GreaterThanOrEqual  org.eclipse.collections.impl.block.factory.Predicates2$In  org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical  org.eclipse.collections.impl.block.factory.Predicates2$IsInstanceOf  org.eclipse.collections.impl.block.factory.Predicates2$IsNull  org.eclipse.collections.impl.block.factory.Predicates2$LessThan  org.eclipse.collections.impl.block.factory.Predicates2$LessThanOrEqual  org.eclipse.collections.impl.block.factory.Predicates2$Not  org.eclipse.collections.impl.block.factory.Predicates2$NotEqual  org.eclipse.collections.impl.block.factory.Predicates2$NotIdentitical  org.eclipse.collections.impl.block.factory.Predicates2$NotIn  org.eclipse.collections.impl.block.factory.Predicates2$NotInstanceOf  org.eclipse.collections.impl.block.factory.Predicates2$NotNull  org.eclipse.collections.impl.block.factory.Predicates2$Or  org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private final AlwaysFalse = org.eclipse.collections.impl.block.factory.Predicates2$AlwaysFalse of org.eclipse.collections.impl.block.factory.Predicates2
  private final AlwaysTrue = org.eclipse.collections.impl.block.factory.Predicates2$AlwaysTrue of org.eclipse.collections.impl.block.factory.Predicates2
  private final And = org.eclipse.collections.impl.block.factory.Predicates2$And of org.eclipse.collections.impl.block.factory.Predicates2
  private final AttributePredicates2 = org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2 of org.eclipse.collections.impl.block.factory.Predicates2
  private final Equal = org.eclipse.collections.impl.block.factory.Predicates2$Equal of org.eclipse.collections.impl.block.factory.Predicates2
  private GreaterThan = org.eclipse.collections.impl.block.factory.Predicates2$GreaterThan of org.eclipse.collections.impl.block.factory.Predicates2
  private GreaterThanOrEqual = org.eclipse.collections.impl.block.factory.Predicates2$GreaterThanOrEqual of org.eclipse.collections.impl.block.factory.Predicates2
  private final In = org.eclipse.collections.impl.block.factory.Predicates2$In of org.eclipse.collections.impl.block.factory.Predicates2
  private final IsIdentical = org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical of org.eclipse.collections.impl.block.factory.Predicates2
  private final IsInstanceOf = org.eclipse.collections.impl.block.factory.Predicates2$IsInstanceOf of org.eclipse.collections.impl.block.factory.Predicates2
  private final IsNull = org.eclipse.collections.impl.block.factory.Predicates2$IsNull of org.eclipse.collections.impl.block.factory.Predicates2
  private LessThan = org.eclipse.collections.impl.block.factory.Predicates2$LessThan of org.eclipse.collections.impl.block.factory.Predicates2
  private LessThanOrEqual = org.eclipse.collections.impl.block.factory.Predicates2$LessThanOrEqual of org.eclipse.collections.impl.block.factory.Predicates2
  private final Not = org.eclipse.collections.impl.block.factory.Predicates2$Not of org.eclipse.collections.impl.block.factory.Predicates2
  private final NotEqual = org.eclipse.collections.impl.block.factory.Predicates2$NotEqual of org.eclipse.collections.impl.block.factory.Predicates2
  private final NotIdentitical = org.eclipse.collections.impl.block.factory.Predicates2$NotIdentitical of org.eclipse.collections.impl.block.factory.Predicates2
  private final NotIn = org.eclipse.collections.impl.block.factory.Predicates2$NotIn of org.eclipse.collections.impl.block.factory.Predicates2
  private final NotInstanceOf = org.eclipse.collections.impl.block.factory.Predicates2$NotInstanceOf of org.eclipse.collections.impl.block.factory.Predicates2
  private final NotNull = org.eclipse.collections.impl.block.factory.Predicates2$NotNull of org.eclipse.collections.impl.block.factory.Predicates2
  private final Or = org.eclipse.collections.impl.block.factory.Predicates2$Or of org.eclipse.collections.impl.block.factory.Predicates2
  private final ThrowingPredicate2Adapter = org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter of org.eclipse.collections.impl.block.factory.Predicates2