Module MaterialFX

Class PredicateProperty<T>

Type Parameters:
T - the predicate's input type
All Implemented Interfaces:
Observable, Property<Predicate<T>>, ReadOnlyProperty<Predicate<T>>, ObservableObjectValue<Predicate<T>>, ObservableValue<Predicate<T>>, WritableObjectValue<Predicate<T>>, WritableValue<Predicate<T>>

public class PredicateProperty<T> extends SimpleObjectProperty<Predicate<T>>
Simply an ObjectProperty that wraps a Predicate.
  • Constructor Details

    • PredicateProperty

      public PredicateProperty()
    • PredicateProperty

      public PredicateProperty(Predicate<T> initialValue)
    • PredicateProperty

      public PredicateProperty(Object bean, String name)
    • PredicateProperty

      public PredicateProperty(Object bean, String name, Predicate<T> initialValue)