Class ReactFxUtils

java.lang.Object
cz.masci.springfx.mvci.util.reactfx.ReactFxUtils

public class ReactFxUtils extends Object
  • Constructor Details

    • ReactFxUtils

      public ReactFxUtils()
  • Method Details

    • selectVarOrElseConst

      public static <T, U> org.reactfx.value.Var<U> selectVarOrElseConst(javafx.beans.property.Property<T> src, Function<T,javafx.beans.property.Property<U>> property, U constValue)