Module MaterialFX
Class PredicateProperty<T>
java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
javafx.beans.property.ObjectProperty<T>
javafx.beans.property.ObjectPropertyBase<T>
javafx.beans.property.SimpleObjectProperty<Predicate<T>>
io.github.palexdev.materialfx.beans.properties.functional.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>>
Simply an
ObjectProperty that wraps a Predicate.-
Constructor Summary
ConstructorsConstructorDescriptionPredicateProperty(Object bean, String name) PredicateProperty(Object bean, String name, Predicate<T> initialValue) PredicateProperty(Predicate<T> initialValue) -
Method Summary
Methods inherited from class javafx.beans.property.SimpleObjectProperty
getBean, getNameMethods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindMethods inherited from class javafx.beans.property.ObjectProperty
bindBidirectional, setValue, unbindBidirectionalMethods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javafx.beans.value.ObservableValue
getValueMethods inherited from interface javafx.beans.value.WritableValue
getValue
-
Constructor Details
-
PredicateProperty
public PredicateProperty() -
PredicateProperty
-
PredicateProperty
-
PredicateProperty
-