Class PersonUtils


  • public final class PersonUtils
    extends Object
    • Field Detail

      • ACCUMULATOR

        public static final Function<javafx.collections.ObservableList<Person>,​Person> ACCUMULATOR
        There are several ways to setup property binding. Generally speaking, code will be more efficient if we listen only to relevant properties and recalculate only when necessary. However, efficiency comes at the cost of more code. Below function demonstrates several ways to monitor properties. In practice, one would just pick a single idiom.
      • PROPERTIES_FUNCTION

        public static final Function<Person,​Collection<? extends javafx.beans.Observable>> PROPERTIES_FUNCTION