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