Module MaterialFX

Class BiConsumerProperty<T,U>

Type Parameters:
T - the consumer's first argument
U - 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>>

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

    • BiConsumerProperty

      public BiConsumerProperty()
    • BiConsumerProperty

      public BiConsumerProperty(BiConsumer<T,U> initialValue)
    • BiConsumerProperty

      public BiConsumerProperty(Object bean, String name)
    • BiConsumerProperty

      public BiConsumerProperty(Object bean, String name, BiConsumer<T,U> initialValue)