Module MaterialFX

Class BiFunctionProperty<T,U,R>

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

public class BiFunctionProperty<T,U,R> extends SimpleObjectProperty<BiFunction<T,U,R>>
Simply an ObjectProperty that wraps a BiFunction.
  • Constructor Details

    • BiFunctionProperty

      public BiFunctionProperty()
    • BiFunctionProperty

      public BiFunctionProperty(BiFunction<T,U,R> initialValue)
    • BiFunctionProperty

      public BiFunctionProperty(Object bean, String name)
    • BiFunctionProperty

      public BiFunctionProperty(Object bean, String name, BiFunction<T,U,R> initialValue)