class javafx.collections.transformation.FilteredList$1 extends javafx.beans.property.ObjectPropertyBase<java.util.function.Predicate<? super E>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.transformation.FilteredList$1
  super_class: javafx.beans.property.ObjectPropertyBase
{
  final javafx.collections.transformation.FilteredList this$0;
    descriptor: Ljavafx/collections/transformation/FilteredList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.collections.transformation.FilteredList);
    descriptor: (Ljavafx/collections/transformation/FilteredList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList$1 this
         0: .line 99
            aload 0 /* this */
            aload 1
            putfield javafx.collections.transformation.FilteredList$1.this$0:Ljavafx/collections/transformation/FilteredList;
            aload 0 /* this */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:()V
            return
        end local 0 // javafx.collections.transformation.FilteredList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/FilteredList$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList$1 this
         0: .line 102
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList$1.this$0:Ljavafx/collections/transformation/FilteredList;
            invokevirtual javafx.collections.transformation.FilteredList.refilter:()V
         1: .line 103
            return
        end local 0 // javafx.collections.transformation.FilteredList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/transformation/FilteredList$1;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList$1 this
         0: .line 107
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList$1.this$0:Ljavafx/collections/transformation/FilteredList;
            areturn
        end local 0 // javafx.collections.transformation.FilteredList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/FilteredList$1;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList$1 this
         0: .line 112
            ldc "predicate"
            areturn
        end local 0 // javafx.collections.transformation.FilteredList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/FilteredList$1;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljava/util/function/Predicate<-TE;>;>;
SourceFile: "FilteredList.java"
EnclosingMethod: javafx.collections.transformation.FilteredList.predicateProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.collections.transformation.FilteredList
InnerClasses:
  javafx.collections.transformation.FilteredList$1