Class ObjectBindings.Merge2

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T value
      private final Boolean valid
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectBindings.Merge2(ObservableValue<A> a, ObservableValue<B> b, Function2<A, B, T> mapping)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class javafx.beans.binding.ObjectExpression

        asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
      • Methods inherited from class javafx.beans.binding.ObjectBinding

        addListener, addListener, get, invalidate, isValid, removeListener, removeListener, toString
      • Methods inherited from class de.flapdoodle.kfx.bindings.ObjectBindings.Base

        dispose, getDependencies
      • Methods inherited from class javafx.beans.value.ObservableValue

        flatMap, map, orElse, subscribe, subscribe, when
      • Methods inherited from class javafx.beans.Observable

        subscribe
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectBindings.Merge2

        ObjectBindings.Merge2(ObservableValue<A> a, ObservableValue<B> b, Function2<A, B, T> mapping)
    • Method Detail