Module MaterialFX

Class BiPredicateProperty<T,U>

Type Parameters:
T - the predicate's first argument
U - the predicate's second argument
All Implemented Interfaces:
Observable, Property<BiPredicate<T,U>>, ReadOnlyProperty<BiPredicate<T,U>>, ObservableObjectValue<BiPredicate<T,U>>, ObservableValue<BiPredicate<T,U>>, WritableObjectValue<BiPredicate<T,U>>, WritableValue<BiPredicate<T,U>>

public class BiPredicateProperty<T,U> extends SimpleObjectProperty<BiPredicate<T,U>>
Simply an ObjectProperty that wraps a BiPredicate.
  • Constructor Details

    • BiPredicateProperty

      public BiPredicateProperty()
    • BiPredicateProperty

      public BiPredicateProperty(BiPredicate<T,U> initialValue)
    • BiPredicateProperty

      public BiPredicateProperty(Object bean, String name)
    • BiPredicateProperty

      public BiPredicateProperty(Object bean, String name, BiPredicate<T,U> initialValue)