Module MaterialFX
Class BiFunctionProperty<T,U,R>
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<BiFunction<T,U,R>>
io.github.palexdev.materialfx.beans.properties.functional.BiFunctionProperty<T,U,R>
- Type Parameters:
T- the function's first argumentU- the function's second argumentR- the function's return type
- All Implemented Interfaces:
Observable,Property<BiFunction<T,,U, R>> ReadOnlyProperty<BiFunction<T,,U, R>> ObservableObjectValue<BiFunction<T,,U, R>> ObservableValue<BiFunction<T,,U, R>> WritableObjectValue<BiFunction<T,,U, R>> WritableValue<BiFunction<T,U, R>>
Simply an
ObjectProperty that wraps a BiFunction.-
Constructor Summary
ConstructorsConstructorDescriptionBiFunctionProperty(Object bean, String name) BiFunctionProperty(Object bean, String name, BiFunction<T, U, R> initialValue) BiFunctionProperty(BiFunction<T, U, R> 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
-
BiFunctionProperty
public BiFunctionProperty() -
BiFunctionProperty
-
BiFunctionProperty
-
BiFunctionProperty
-