Class ReactFxUtils
java.lang.Object
cz.masci.springfx.mvci.util.reactfx.ReactFxUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T,U> org.reactfx.value.Var<U> selectVarOrElseConst(org.reactfx.value.Var<T> src, Function<T, javafx.beans.property.Property<U>> property, U constValue)
-
Constructor Details
-
ReactFxUtils
public ReactFxUtils()
-
-
Method Details
-
selectVarOrElseConst
public static <T,U> org.reactfx.value.Var<U> selectVarOrElseConst(org.reactfx.value.Var<T> src, Function<T, javafx.beans.property.Property<U>> property, U constValue)
-