public abstract class org.eclipse.collections.impl.block.factory.Predicates<T> implements org.eclipse.collections.api.block.predicate.Predicate<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.block.factory.Predicates
  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.Predicates<java.lang.Object> ALWAYS_TRUE;
    descriptor: Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;

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

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

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

  private static final int SMALL_COLLECTION_THRESHOLD;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 37
            new org.eclipse.collections.impl.block.factory.Predicates$AlwaysTrue
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AlwaysTrue.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates.ALWAYS_TRUE:Lorg/eclipse/collections/impl/block/factory/Predicates;
         1: .line 38
            new org.eclipse.collections.impl.block.factory.Predicates$AlwaysFalse
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AlwaysFalse.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates.ALWAYS_FALSE:Lorg/eclipse/collections/impl/block/factory/Predicates;
         2: .line 39
            new org.eclipse.collections.impl.block.factory.Predicates$IsNull
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$IsNull.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates.IS_NULL:Lorg/eclipse/collections/impl/block/factory/Predicates;
         3: .line 40
            new org.eclipse.collections.impl.block.factory.Predicates$NotNull
            dup
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotNull.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.Predicates.NOT_NULL:Lorg/eclipse/collections/impl/block/factory/Predicates;
         4: .line 41
            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.Predicates this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;

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

  public static <T> org.eclipse.collections.api.block.predicate.Predicate<T> cast(org.eclipse.collections.api.block.predicate.Predicate<T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/block/predicate/Predicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 55
            aload 0 /* predicate */
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;)Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

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

  public static <T> org.eclipse.collections.api.block.predicate.Predicate<T> throwing(org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate<T>, org.eclipse.collections.api.block.function.Function2<T, ? super java.lang.Throwable, ? extends java.lang.RuntimeException>);
    descriptor: (Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/predicate/Predicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate throwingPredicate
        start local 1 // org.eclipse.collections.api.block.function.Function2 rethrow
         0: .line 76
            aload 0 /* throwingPredicate */
            aload 1 /* rethrow */
            invokedynamic accept(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/predicate/Predicate;
              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;)Z
                  org/eclipse/collections/impl/block/factory/Predicates.lambda$0(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;)Z
                  1
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function2 rethrow
        end local 0 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate throwingPredicate
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0  throwingPredicate  Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate<TT;>;
            0    1     1            rethrow  Lorg/eclipse/collections/api/block/function/Function2<TT;-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate<TT;>;Lorg/eclipse/collections/api/block/function/Function2<TT;-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;)Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;
    MethodParameters:
                   Name  Flags
      throwingPredicate  
      rethrow            

  public static <P, T> org.eclipse.collections.api.block.predicate.Predicate<T> bind(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/block/predicate/Predicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 1 // java.lang.Object parameter
         0: .line 95
            new org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2
            dup
            aload 0 /* predicate */
            aload 1 /* parameter */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.Object parameter
        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;>;
            0    1     1  parameter  TP;
    Signature: <P:Ljava/lang/Object;T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

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

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> or(java.lang.Iterable<? extends org.eclipse.collections.api.block.predicate.Predicate<? super T>>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable predicates
         0: .line 105
            new org.eclipse.collections.impl.block.factory.Predicates$OrIterablePredicate
            dup
            aload 0 /* predicates */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$OrIterablePredicate.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // java.lang.Iterable predicates
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  predicates  Ljava/lang/Iterable<+Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
            Name  Flags
      predicates  

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

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> or(org.eclipse.collections.api.block.predicate.Predicate<? super T>[]);
    descriptor: ([Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate[] predicates
         0: .line 115
            new org.eclipse.collections.impl.block.factory.Predicates$OrIterablePredicate
            dup
            aload 0 /* predicates */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$OrIterablePredicate.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate[] predicates
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  predicates  [Lorg/eclipse/collections/api/block/predicate/Predicate;
    Signature: <T:Ljava/lang/Object;>([Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
            Name  Flags
      predicates  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> and(java.lang.Iterable<? extends org.eclipse.collections.api.block.predicate.Predicate<? super T>>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable predicates
         0: .line 120
            new org.eclipse.collections.impl.block.factory.Predicates$AndIterablePredicate
            dup
            aload 0 /* predicates */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AndIterablePredicate.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // java.lang.Iterable predicates
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  predicates  Ljava/lang/Iterable<+Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
            Name  Flags
      predicates  

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

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> and(org.eclipse.collections.api.block.predicate.Predicate<? super T>[]);
    descriptor: ([Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate[] predicates
         0: .line 130
            new org.eclipse.collections.impl.block.factory.Predicates$AndIterablePredicate
            dup
            aload 0 /* predicates */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AndIterablePredicate.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate[] predicates
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  predicates  [Lorg/eclipse/collections/api/block/predicate/Predicate;
    Signature: <T:Ljava/lang/Object;>([Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
            Name  Flags
      predicates  

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

  public org.eclipse.collections.impl.block.factory.Predicates<T> not();
    descriptor: ()Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates this
         0: .line 140
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.not:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> neither(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate operation1
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate operation2
         0: .line 145
            new org.eclipse.collections.impl.block.factory.Predicates$NeitherPredicate
            dup
            aload 0 /* operation1 */
            aload 1 /* operation2 */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NeitherPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate operation2
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate operation1
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  operation1  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    1     1  operation2  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
            Name  Flags
      operation1  
      operation2  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> noneOf(org.eclipse.collections.api.block.predicate.Predicate<? super T>[]);
    descriptor: ([Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate[] operations
         0: .line 150
            new org.eclipse.collections.impl.block.factory.Predicates$NoneOfIterablePredicate
            dup
            aload 0 /* operations */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NoneOfIterablePredicate.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate[] operations
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  operations  [Lorg/eclipse/collections/api/block/predicate/Predicate;
    Signature: <T:Ljava/lang/Object;>([Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
            Name  Flags
      operations  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> noneOf(java.lang.Iterable<? extends org.eclipse.collections.api.block.predicate.Predicate<? super T>>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable operations
         0: .line 155
            new org.eclipse.collections.impl.block.factory.Predicates$NoneOfIterablePredicate
            dup
            aload 0 /* operations */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NoneOfIterablePredicate.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // java.lang.Iterable operations
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  operations  Ljava/lang/Iterable<+Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
            Name  Flags
      operations  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> equal();
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object object
         0: .line 163
            aload 0 /* object */
            ifnonnull 2
         1: .line 165
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.isNull:()Lorg/eclipse/collections/impl/block/factory/Predicates;
            areturn
         2: .line 167
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.Predicates$EqualPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$EqualPredicate.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  object  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      object  

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> betweenInclusive(T, T);
    descriptor: (Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Comparable from
        start local 1 // java.lang.Comparable to
         0: .line 176
            aload 0 /* from */
            aload 1 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.failIfDifferentTypes:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 177
            new org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusive
            dup
            aload 0 /* from */
            aload 1 /* to */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusive.<init>:(Ljava/lang/Comparable;Ljava/lang/Comparable;)V
            areturn
        end local 1 // java.lang.Comparable to
        end local 0 // java.lang.Comparable from
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  from  TT;
            0    2     1    to  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
      Name  Flags
      from  
      to    

  private static void failIfDifferentTypes(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.Object from
        start local 1 // java.lang.Object to
         0: .line 182
            aload 0 /* from */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* to */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
         1: .line 184
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Trying to do a between comparison with two different types "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 185
            aload 0 /* from */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 186
            bipush 58
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         4: .line 187
            aload 1 /* to */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 184
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object to
        end local 0 // java.lang.Object from
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  from  Ljava/lang/Object;
            0    7     1    to  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      from  
      to    

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> betweenExclusive(T, T);
    descriptor: (Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Comparable from
        start local 1 // java.lang.Comparable to
         0: .line 197
            aload 0 /* from */
            aload 1 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.failIfDifferentTypes:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 198
            new org.eclipse.collections.impl.block.factory.Predicates$BetweenExclusive
            dup
            aload 0 /* from */
            aload 1 /* to */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$BetweenExclusive.<init>:(Ljava/lang/Comparable;Ljava/lang/Comparable;)V
            areturn
        end local 1 // java.lang.Comparable to
        end local 0 // java.lang.Comparable from
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  from  TT;
            0    2     1    to  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
      Name  Flags
      from  
      to    

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> betweenInclusiveFrom(T, T);
    descriptor: (Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Comparable from
        start local 1 // java.lang.Comparable to
         0: .line 207
            aload 0 /* from */
            aload 1 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.failIfDifferentTypes:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 208
            new org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveFrom
            dup
            aload 0 /* from */
            aload 1 /* to */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveFrom.<init>:(Ljava/lang/Comparable;Ljava/lang/Comparable;)V
            areturn
        end local 1 // java.lang.Comparable to
        end local 0 // java.lang.Comparable from
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  from  TT;
            0    2     1    to  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
      Name  Flags
      from  
      to    

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> betweenInclusiveTo(T, T);
    descriptor: (Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Comparable from
        start local 1 // java.lang.Comparable to
         0: .line 217
            aload 0 /* from */
            aload 1 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.failIfDifferentTypes:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 218
            new org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveTo
            dup
            aload 0 /* from */
            aload 1 /* to */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveTo.<init>:(Ljava/lang/Comparable;Ljava/lang/Comparable;)V
            areturn
        end local 1 // java.lang.Comparable to
        end local 0 // java.lang.Comparable from
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  from  TT;
            0    2     1    to  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
      Name  Flags
      from  
      to    

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> in(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable iterable
         0: .line 226
            aload 0 /* iterable */
            instanceof org.eclipse.collections.api.set.SetIterable
            ifeq 2
         1: .line 228
            new org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate
            dup
            aload 0 /* iterable */
            checkcast org.eclipse.collections.api.set.SetIterable
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate.<init>:(Lorg/eclipse/collections/api/set/SetIterable;)V
            areturn
         2: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* iterable */
            instanceof java.util.Set
            ifeq 4
         3: .line 232
            new org.eclipse.collections.impl.block.factory.Predicates$InSetPredicate
            dup
            aload 0 /* iterable */
            checkcast java.util.Set
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$InSetPredicate.<init>:(Ljava/util/Set;)V
            areturn
         4: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* iterable */
            instanceof java.util.Collection
            ifeq 6
            aload 0 /* iterable */
            checkcast java.util.Collection
            invokeinterface java.util.Collection.size:()I
            bipush 6
            if_icmpgt 6
         5: .line 236
            new org.eclipse.collections.impl.block.factory.Predicates$InCollectionPredicate
            dup
            aload 0 /* iterable */
            checkcast java.util.Collection
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$InCollectionPredicate.<init>:(Ljava/util/Collection;)V
            areturn
         6: .line 238
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate
            dup
            aload 0 /* iterable */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate.<init>:(Lorg/eclipse/collections/api/set/SetIterable;)V
            areturn
        end local 0 // java.lang.Iterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  iterable  Ljava/lang/Iterable<*>;
    Signature: (Ljava/lang/Iterable<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
          Name  Flags
      iterable  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> in([]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object[] array
         0: .line 243
            aload 0 /* array */
            arraylength
            bipush 6
            if_icmpgt 2
         1: .line 245
            new org.eclipse.collections.impl.block.factory.Predicates$InCollectionPredicate
            dup
            aload 0 /* array */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$InCollectionPredicate.<init>:(Ljava/util/Collection;)V
            areturn
         2: .line 247
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate
            dup
            aload 0 /* array */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSetWith:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate.<init>:(Lorg/eclipse/collections/api/set/SetIterable;)V
            areturn
        end local 0 // java.lang.Object[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  array  [Ljava/lang/Object;
    Signature: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      array  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> attributeIn(org.eclipse.collections.api.block.function.Function<? super T, ?>, java.lang.Iterable<?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Iterable iterable
         0: .line 258
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* iterable */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.in:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Iterable iterable
        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;*>;
            0    1     1  iterable  Ljava/lang/Iterable<*>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;*>;Ljava/lang/Iterable<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      iterable  

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeBetweenInclusive(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable from
        start local 2 // java.lang.Comparable to
         0: .line 266
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* from */
            aload 2 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.betweenInclusive:(Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 2 // java.lang.Comparable to
        end local 1 // java.lang.Comparable from
        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;+TV;>;
            0    1     1      from  TV;
            0    1     2        to  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      from      
      to        

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeBetweenExclusive(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable from
        start local 2 // java.lang.Comparable to
         0: .line 274
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* from */
            aload 2 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.betweenExclusive:(Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 2 // java.lang.Comparable to
        end local 1 // java.lang.Comparable from
        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;+TV;>;
            0    1     1      from  TV;
            0    1     2        to  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      from      
      to        

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeBetweenInclusiveFrom(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable from
        start local 2 // java.lang.Comparable to
         0: .line 282
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* from */
            aload 2 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.betweenInclusiveFrom:(Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 2 // java.lang.Comparable to
        end local 1 // java.lang.Comparable from
        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;+TV;>;
            0    1     1      from  TV;
            0    1     2        to  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      from      
      to        

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeBetweenInclusiveTo(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable from
        start local 2 // java.lang.Comparable to
         0: .line 290
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* from */
            aload 2 /* to */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.betweenInclusiveTo:(Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 2 // java.lang.Comparable to
        end local 1 // java.lang.Comparable from
        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;+TV;>;
            0    1     1      from  TV;
            0    1     2        to  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      from      
      to        

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> notIn(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable iterable
         0: .line 299
            aload 0 /* iterable */
            instanceof org.eclipse.collections.api.set.SetIterable
            ifeq 2
         1: .line 301
            new org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate
            dup
            aload 0 /* iterable */
            checkcast org.eclipse.collections.api.set.SetIterable
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate.<init>:(Lorg/eclipse/collections/api/set/SetIterable;)V
            areturn
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* iterable */
            instanceof java.util.Set
            ifeq 4
         3: .line 305
            new org.eclipse.collections.impl.block.factory.Predicates$NotInSetPredicate
            dup
            aload 0 /* iterable */
            checkcast java.util.Set
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotInSetPredicate.<init>:(Ljava/util/Set;)V
            areturn
         4: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* iterable */
            instanceof java.util.Collection
            ifeq 6
            aload 0 /* iterable */
            checkcast java.util.Collection
            invokeinterface java.util.Collection.size:()I
            bipush 6
            if_icmpgt 6
         5: .line 309
            new org.eclipse.collections.impl.block.factory.Predicates$NotInCollectionPredicate
            dup
            aload 0 /* iterable */
            checkcast java.util.Collection
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotInCollectionPredicate.<init>:(Ljava/util/Collection;)V
            areturn
         6: .line 311
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate
            dup
            aload 0 /* iterable */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate.<init>:(Lorg/eclipse/collections/api/set/SetIterable;)V
            areturn
        end local 0 // java.lang.Iterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  iterable  Ljava/lang/Iterable<*>;
    Signature: (Ljava/lang/Iterable<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
          Name  Flags
      iterable  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> notIn([]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object[] array
         0: .line 316
            aload 0 /* array */
            arraylength
            bipush 6
            if_icmpgt 2
         1: .line 318
            new org.eclipse.collections.impl.block.factory.Predicates$NotInCollectionPredicate
            dup
            aload 0 /* array */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotInCollectionPredicate.<init>:(Ljava/util/Collection;)V
            areturn
         2: .line 320
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate
            dup
            aload 0 /* array */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSetWith:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate.<init>:(Lorg/eclipse/collections/api/set/SetIterable;)V
            areturn
        end local 0 // java.lang.Object[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  array  [Ljava/lang/Object;
    Signature: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      array  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> attributeNotIn(org.eclipse.collections.api.block.function.Function<? super T, ?>, java.lang.Iterable<?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Iterable iterable
         0: .line 331
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* iterable */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.notIn:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Iterable iterable
        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;*>;
            0    1     1  iterable  Ljava/lang/Iterable<*>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;*>;Ljava/lang/Iterable<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      iterable  

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> lessThan(T);
    descriptor: (Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Comparable object
         0: .line 336
            new org.eclipse.collections.impl.block.factory.Predicates$LessThanPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$LessThanPredicate.<init>:(Ljava/lang/Comparable;)V
            areturn
        end local 0 // java.lang.Comparable object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
        Name  Flags
      object  

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeLessThan(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable object
         0: .line 343
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            new org.eclipse.collections.impl.block.factory.Predicates$LessThanPredicate
            dup
            aload 1 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$LessThanPredicate.<init>:(Ljava/lang/Comparable;)V
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Comparable object
        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;+TV;>;
            0    1     1    object  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      object    

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> lessThanOrEqualTo(T);
    descriptor: (Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Comparable object
         0: .line 348
            new org.eclipse.collections.impl.block.factory.Predicates$LessThanOrEqualPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$LessThanOrEqualPredicate.<init>:(Ljava/lang/Comparable;)V
            areturn
        end local 0 // java.lang.Comparable object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
        Name  Flags
      object  

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeLessThanOrEqualTo(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable object
         0: .line 355
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            new org.eclipse.collections.impl.block.factory.Predicates$LessThanOrEqualPredicate
            dup
            aload 1 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$LessThanOrEqualPredicate.<init>:(Ljava/lang/Comparable;)V
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Comparable object
        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;+TV;>;
            0    1     1    object  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      object    

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> greaterThan(T);
    descriptor: (Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Comparable object
         0: .line 360
            new org.eclipse.collections.impl.block.factory.Predicates$GreaterThanPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$GreaterThanPredicate.<init>:(Ljava/lang/Comparable;)V
            areturn
        end local 0 // java.lang.Comparable object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
        Name  Flags
      object  

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeGreaterThan(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable object
         0: .line 367
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            new org.eclipse.collections.impl.block.factory.Predicates$GreaterThanPredicate
            dup
            aload 1 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$GreaterThanPredicate.<init>:(Ljava/lang/Comparable;)V
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Comparable object
        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;+TV;>;
            0    1     1    object  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      object    

  public static <T extends java.lang.Comparable<? super T>> org.eclipse.collections.impl.block.factory.Predicates<T> greaterThanOrEqualTo(T);
    descriptor: (Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Comparable object
         0: .line 372
            new org.eclipse.collections.impl.block.factory.Predicates$GreaterThanOrEqualPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$GreaterThanOrEqualPredicate.<init>:(Ljava/lang/Comparable;)V
            areturn
        end local 0 // java.lang.Comparable object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  TT;
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(TT;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
        Name  Flags
      object  

  public static <T, V extends java.lang.Comparable<? super V>> org.eclipse.collections.impl.block.factory.Predicates<T> attributeGreaterThanOrEqualTo(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, V);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Comparable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Comparable object
         0: .line 379
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            new org.eclipse.collections.impl.block.factory.Predicates$GreaterThanOrEqualPredicate
            dup
            aload 1 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$GreaterThanOrEqualPredicate.<init>:(Ljava/lang/Comparable;)V
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Comparable object
        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;+TV;>;
            0    1     1    object  TV;
    Signature: <T:Ljava/lang/Object;V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TV;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      object    

  public static <T, V> org.eclipse.collections.impl.block.factory.Predicates<T> attributePredicate(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;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 386
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* predicate */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        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;+TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
           Name  Flags
      function   
      predicate  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> attributeEqual(org.eclipse.collections.api.block.function.Function<? super T, ?>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Object object
         0: .line 393
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* object */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.equal:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Object object
        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;*>;
            0    1     1    object  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;*>;Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      object    

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<java.lang.Iterable<T>> anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 398
            new org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy
            dup
            aload 0 /* predicate */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Iterable<TT;>;>;
    MethodParameters:
           Name  Flags
      predicate  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<java.lang.Iterable<T>> allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 403
            new org.eclipse.collections.impl.block.factory.Predicates$AllSatisfy
            dup
            aload 0 /* predicate */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AllSatisfy.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Iterable<TT;>;>;
    MethodParameters:
           Name  Flags
      predicate  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<java.lang.Iterable<T>> noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 408
            new org.eclipse.collections.impl.block.factory.Predicates$NoneSatisfy
            dup
            aload 0 /* predicate */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NoneSatisfy.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.Predicate predicate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Iterable<TT;>;>;
    MethodParameters:
           Name  Flags
      predicate  

  public static <T, V> org.eclipse.collections.impl.block.factory.Predicates<T> attributeAnySatisfy(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<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;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 415
            aload 0 /* function */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.attributePredicate:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        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;+Ljava/lang/Iterable<TV;>;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
           Name  Flags
      function   
      predicate  

  public static <T, V> org.eclipse.collections.impl.block.factory.Predicates<T> attributeAllSatisfy(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<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;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 422
            aload 0 /* function */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.attributePredicate:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        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;+Ljava/lang/Iterable<TV;>;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
           Name  Flags
      function   
      predicate  

  public static <T, V> org.eclipse.collections.impl.block.factory.Predicates<T> attributeNoneSatisfy(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<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;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 429
            aload 0 /* function */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.attributePredicate:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        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;+Ljava/lang/Iterable<TV;>;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
           Name  Flags
      function   
      predicate  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> notEqual();
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object object
         0: .line 434
            aload 0 /* object */
            ifnonnull 2
         1: .line 436
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.notNull:()Lorg/eclipse/collections/impl/block/factory/Predicates;
            areturn
         2: .line 438
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.Predicates$NotEqualPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotEqualPredicate.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  object  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      object  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> ifTrue(org.eclipse.collections.api.block.function.Function<? super T, java.lang.Boolean>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 443
            new org.eclipse.collections.impl.block.factory.Predicates$AttributeTrue
            dup
            aload 0 /* function */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributeTrue.<init>:(Lorg/eclipse/collections/api/block/function/Function;)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;Ljava/lang/Boolean;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;Ljava/lang/Boolean;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> ifFalse(org.eclipse.collections.api.block.function.Function<? super T, java.lang.Boolean>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.Function function
         0: .line 448
            new org.eclipse.collections.impl.block.factory.Predicates$AttributeFalse
            dup
            aload 0 /* function */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributeFalse.<init>:(Lorg/eclipse/collections/api/block/function/Function;)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;Ljava/lang/Boolean;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;Ljava/lang/Boolean;>;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> attributeNotEqual(org.eclipse.collections.api.block.function.Function<? super T, ?>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function function
        start local 1 // java.lang.Object object
         0: .line 455
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            aload 1 /* object */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.notEqual:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
            areturn
        end local 1 // java.lang.Object object
        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;*>;
            0    1     1    object  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;*>;Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  
      object    

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

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> attributeIsNull(org.eclipse.collections.api.block.function.Function<? super T, ?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    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 465
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.isNull:()Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)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/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  

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

  public static <T> org.eclipse.collections.impl.block.factory.Predicates<T> attributeNotNull(org.eclipse.collections.api.block.function.Function<? super T, ?>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    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 475
            new org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
            dup
            aload 0 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.notNull:()Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)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/Predicates<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> sameAs();
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object object
         0: .line 480
            new org.eclipse.collections.impl.block.factory.Predicates$IdentityPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$IdentityPredicate.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      object  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> notSameAs();
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object object
         0: .line 485
            new org.eclipse.collections.impl.block.factory.Predicates$NotIdentityPredicate
            dup
            aload 0 /* object */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotIdentityPredicate.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      object  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> instanceOf(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 490
            new org.eclipse.collections.impl.block.factory.Predicates$InstanceOfPredicate
            dup
            aload 0 /* clazz */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$InstanceOfPredicate.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      clazz  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> assignableFrom(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 495
            new org.eclipse.collections.impl.block.factory.Predicates$AssignableFromPredicate
            dup
            aload 0 /* clazz */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$AssignableFromPredicate.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      clazz  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object> notInstanceOf(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 500
            new org.eclipse.collections.impl.block.factory.Predicates$NotInstanceOfPredicate
            dup
            aload 0 /* clazz */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$NotInstanceOfPredicate.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      clazz  

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

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

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

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

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Class<?>> subClass(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class aClass
         0: .line 525
            new org.eclipse.collections.impl.block.factory.Predicates$SubclassPredicate
            dup
            aload 0 /* aClass */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$SubclassPredicate.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class aClass
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  aClass  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Class<*>;>;
    MethodParameters:
        Name  Flags
      aClass  

  public static org.eclipse.collections.impl.block.factory.Predicates<java.lang.Class<?>> superClass(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/block/factory/Predicates;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class aClass
         0: .line 530
            new org.eclipse.collections.impl.block.factory.Predicates$SuperclassPredicate
            dup
            aload 0 /* aClass */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates$SuperclassPredicate.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class aClass
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  aClass  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Class<*>;>;
    MethodParameters:
        Name  Flags
      aClass  

  private static boolean lambda$0(org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate, org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 2 // java.lang.Object each
         0: .line 80
            aload 0
            aload 2 /* each */
            invokeinterface org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate.safeAccept:(Ljava/lang/Object;)Z
         1: ireturn
         2: .line 82
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 3 /* e */
        start local 3 // java.lang.RuntimeException e
         3: .line 84
            aload 3 /* e */
            athrow
        end local 3 // java.lang.RuntimeException e
         4: .line 86
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3 /* t */
        start local 3 // java.lang.Throwable t
         5: .line 88
            aload 1
            aload 2 /* each */
            aload 3 /* t */
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.RuntimeException
            athrow
        end local 3 // java.lang.Throwable t
        end local 2 // java.lang.Object each
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     2  each  TT;
            3    4     3     e  Ljava/lang/RuntimeException;
            5    6     3     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/Predicate"
            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;)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/Predicates"
            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/ThrowingPredicate;Lorg/eclipse/collections/api/block/function/Function2;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.ThrowingPredicate
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.function.Function2
            invokedynamic accept(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/predicate/Predicate;
              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;)Z
                  org/eclipse/collections/impl/block/factory/Predicates.lambda$0(Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Z (6)
                  (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;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;
SourceFile: "Predicates.java"
NestMembers:
  org.eclipse.collections.impl.block.factory.Predicates$AbstractIterablePredicate  org.eclipse.collections.impl.block.factory.Predicates$AllSatisfy  org.eclipse.collections.impl.block.factory.Predicates$AlwaysFalse  org.eclipse.collections.impl.block.factory.Predicates$AlwaysTrue  org.eclipse.collections.impl.block.factory.Predicates$AndIterablePredicate  org.eclipse.collections.impl.block.factory.Predicates$AndPredicate  org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy  org.eclipse.collections.impl.block.factory.Predicates$AssignableFromPredicate  org.eclipse.collections.impl.block.factory.Predicates$AttributeFalse  org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate  org.eclipse.collections.impl.block.factory.Predicates$AttributeTrue  org.eclipse.collections.impl.block.factory.Predicates$BetweenExclusive  org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusive  org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveFrom  org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveTo  org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2  org.eclipse.collections.impl.block.factory.Predicates$CompareToPredicate  org.eclipse.collections.impl.block.factory.Predicates$EqualPredicate  org.eclipse.collections.impl.block.factory.Predicates$FalseEquals  org.eclipse.collections.impl.block.factory.Predicates$GreaterThanOrEqualPredicate  org.eclipse.collections.impl.block.factory.Predicates$GreaterThanPredicate  org.eclipse.collections.impl.block.factory.Predicates$IdentityPredicate  org.eclipse.collections.impl.block.factory.Predicates$InCollectionPredicate  org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate  org.eclipse.collections.impl.block.factory.Predicates$InSetPredicate  org.eclipse.collections.impl.block.factory.Predicates$InstanceOfPredicate  org.eclipse.collections.impl.block.factory.Predicates$IsNull  org.eclipse.collections.impl.block.factory.Predicates$LessThanOrEqualPredicate  org.eclipse.collections.impl.block.factory.Predicates$LessThanPredicate  org.eclipse.collections.impl.block.factory.Predicates$NeitherPredicate  org.eclipse.collections.impl.block.factory.Predicates$NoneOfIterablePredicate  org.eclipse.collections.impl.block.factory.Predicates$NoneSatisfy  org.eclipse.collections.impl.block.factory.Predicates$NotEqualPredicate  org.eclipse.collections.impl.block.factory.Predicates$NotIdentityPredicate  org.eclipse.collections.impl.block.factory.Predicates$NotInCollectionPredicate  org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate  org.eclipse.collections.impl.block.factory.Predicates$NotInSetPredicate  org.eclipse.collections.impl.block.factory.Predicates$NotInstanceOfPredicate  org.eclipse.collections.impl.block.factory.Predicates$NotNull  org.eclipse.collections.impl.block.factory.Predicates$NotPredicate  org.eclipse.collections.impl.block.factory.Predicates$OrIterablePredicate  org.eclipse.collections.impl.block.factory.Predicates$OrPredicate  org.eclipse.collections.impl.block.factory.Predicates$PredicateAdapter  org.eclipse.collections.impl.block.factory.Predicates$RangePredicate  org.eclipse.collections.impl.block.factory.Predicates$SubclassPredicate  org.eclipse.collections.impl.block.factory.Predicates$SuperclassPredicate  org.eclipse.collections.impl.block.factory.Predicates$SynchronizedPredicate  org.eclipse.collections.impl.block.factory.Predicates$ThrowingPredicateAdapter  org.eclipse.collections.impl.block.factory.Predicates$TrueEquals
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private abstract AbstractIterablePredicate = org.eclipse.collections.impl.block.factory.Predicates$AbstractIterablePredicate of org.eclipse.collections.impl.block.factory.Predicates
  public AllSatisfy = org.eclipse.collections.impl.block.factory.Predicates$AllSatisfy of org.eclipse.collections.impl.block.factory.Predicates
  private final AlwaysFalse = org.eclipse.collections.impl.block.factory.Predicates$AlwaysFalse of org.eclipse.collections.impl.block.factory.Predicates
  private final AlwaysTrue = org.eclipse.collections.impl.block.factory.Predicates$AlwaysTrue of org.eclipse.collections.impl.block.factory.Predicates
  private final AndIterablePredicate = org.eclipse.collections.impl.block.factory.Predicates$AndIterablePredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final AndPredicate = org.eclipse.collections.impl.block.factory.Predicates$AndPredicate of org.eclipse.collections.impl.block.factory.Predicates
  public AnySatisfy = org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy of org.eclipse.collections.impl.block.factory.Predicates
  private final AssignableFromPredicate = org.eclipse.collections.impl.block.factory.Predicates$AssignableFromPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final AttributeFalse = org.eclipse.collections.impl.block.factory.Predicates$AttributeFalse of org.eclipse.collections.impl.block.factory.Predicates
  protected AttributePredicate = org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final AttributeTrue = org.eclipse.collections.impl.block.factory.Predicates$AttributeTrue of org.eclipse.collections.impl.block.factory.Predicates
  private final BetweenExclusive = org.eclipse.collections.impl.block.factory.Predicates$BetweenExclusive of org.eclipse.collections.impl.block.factory.Predicates
  private final BetweenInclusive = org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusive of org.eclipse.collections.impl.block.factory.Predicates
  private final BetweenInclusiveFrom = org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveFrom of org.eclipse.collections.impl.block.factory.Predicates
  private final BetweenInclusiveTo = org.eclipse.collections.impl.block.factory.Predicates$BetweenInclusiveTo of org.eclipse.collections.impl.block.factory.Predicates
  private final BindPredicate2 = org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2 of org.eclipse.collections.impl.block.factory.Predicates
  private abstract CompareToPredicate = org.eclipse.collections.impl.block.factory.Predicates$CompareToPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final EqualPredicate = org.eclipse.collections.impl.block.factory.Predicates$EqualPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private FalseEquals = org.eclipse.collections.impl.block.factory.Predicates$FalseEquals of org.eclipse.collections.impl.block.factory.Predicates
  protected GreaterThanOrEqualPredicate = org.eclipse.collections.impl.block.factory.Predicates$GreaterThanOrEqualPredicate of org.eclipse.collections.impl.block.factory.Predicates
  protected GreaterThanPredicate = org.eclipse.collections.impl.block.factory.Predicates$GreaterThanPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final IdentityPredicate = org.eclipse.collections.impl.block.factory.Predicates$IdentityPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final InCollectionPredicate = org.eclipse.collections.impl.block.factory.Predicates$InCollectionPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final InSetIterablePredicate = org.eclipse.collections.impl.block.factory.Predicates$InSetIterablePredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final InSetPredicate = org.eclipse.collections.impl.block.factory.Predicates$InSetPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final InstanceOfPredicate = org.eclipse.collections.impl.block.factory.Predicates$InstanceOfPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final IsNull = org.eclipse.collections.impl.block.factory.Predicates$IsNull of org.eclipse.collections.impl.block.factory.Predicates
  protected LessThanOrEqualPredicate = org.eclipse.collections.impl.block.factory.Predicates$LessThanOrEqualPredicate of org.eclipse.collections.impl.block.factory.Predicates
  protected LessThanPredicate = org.eclipse.collections.impl.block.factory.Predicates$LessThanPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NeitherPredicate = org.eclipse.collections.impl.block.factory.Predicates$NeitherPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NoneOfIterablePredicate = org.eclipse.collections.impl.block.factory.Predicates$NoneOfIterablePredicate of org.eclipse.collections.impl.block.factory.Predicates
  public NoneSatisfy = org.eclipse.collections.impl.block.factory.Predicates$NoneSatisfy of org.eclipse.collections.impl.block.factory.Predicates
  private final NotEqualPredicate = org.eclipse.collections.impl.block.factory.Predicates$NotEqualPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NotIdentityPredicate = org.eclipse.collections.impl.block.factory.Predicates$NotIdentityPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NotInCollectionPredicate = org.eclipse.collections.impl.block.factory.Predicates$NotInCollectionPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NotInSetIterablePredicate = org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NotInSetPredicate = org.eclipse.collections.impl.block.factory.Predicates$NotInSetPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NotInstanceOfPredicate = org.eclipse.collections.impl.block.factory.Predicates$NotInstanceOfPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final NotNull = org.eclipse.collections.impl.block.factory.Predicates$NotNull of org.eclipse.collections.impl.block.factory.Predicates
  private final NotPredicate = org.eclipse.collections.impl.block.factory.Predicates$NotPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final OrIterablePredicate = org.eclipse.collections.impl.block.factory.Predicates$OrIterablePredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final OrPredicate = org.eclipse.collections.impl.block.factory.Predicates$OrPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final PredicateAdapter = org.eclipse.collections.impl.block.factory.Predicates$PredicateAdapter of org.eclipse.collections.impl.block.factory.Predicates
  protected abstract RangePredicate = org.eclipse.collections.impl.block.factory.Predicates$RangePredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final SubclassPredicate = org.eclipse.collections.impl.block.factory.Predicates$SubclassPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final SuperclassPredicate = org.eclipse.collections.impl.block.factory.Predicates$SuperclassPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final SynchronizedPredicate = org.eclipse.collections.impl.block.factory.Predicates$SynchronizedPredicate of org.eclipse.collections.impl.block.factory.Predicates
  private final ThrowingPredicateAdapter = org.eclipse.collections.impl.block.factory.Predicates$ThrowingPredicateAdapter of org.eclipse.collections.impl.block.factory.Predicates
  private TrueEquals = org.eclipse.collections.impl.block.factory.Predicates$TrueEquals of org.eclipse.collections.impl.block.factory.Predicates