final class org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter<T, P> extends org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2<T, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter
  super_class: org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2<T, P> throwingPredicate2;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2<TT;TP;>;

  private void <init>(org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2<T, P>);
    descriptor: (Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter this
        start local 1 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2 throwingPredicate2
         0: .line 641
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2.<init>:()V
         1: .line 643
            aload 0 /* this */
            aload 1 /* throwingPredicate2 */
            putfield org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter.throwingPredicate2:Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;
         2: .line 644
            return
        end local 1 // org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2 throwingPredicate2
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/eclipse/collections/impl/block/factory/Predicates2$ThrowingPredicate2Adapter<TT;TP;>;
            0    3     1  throwingPredicate2  Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2<TT;TP;>;
    Signature: (Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2<TT;TP;>;)V
    MethodParameters:
                    Name  Flags
      throwingPredicate2  

  public boolean safeAccept(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter this
        start local 1 // java.lang.Object object
        start local 2 // java.lang.Object param
         0: .line 649
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter.throwingPredicate2:Lorg/eclipse/collections/impl/block/predicate/checked/ThrowingPredicate2;
            aload 1 /* object */
            aload 2 /* param */
            invokeinterface org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2.safeAccept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object param
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/block/factory/Predicates2$ThrowingPredicate2Adapter<TT;TP;>;
            0    1     1  object  TT;
            0    1     2   param  TP;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;TP;)Z
    MethodParameters:
        Name  Flags
      object  
      param   
}
Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>Lorg/eclipse/collections/impl/block/predicate/checked/CheckedPredicate2<TT;TP;>;
SourceFile: "Predicates2.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates2
InnerClasses:
  private final ThrowingPredicate2Adapter = org.eclipse.collections.impl.block.factory.Predicates2$ThrowingPredicate2Adapter of org.eclipse.collections.impl.block.factory.Predicates2