public static BooleanBinding createBooleanBinding (Callable<Boolean> func, Observable… dependencies)

Helper function to create a custom BooleanBinding.

Parameters:
func    The function that calculates the value of this binding
dependencies    The dependencies of this binding

Returns:  The generated binding

Since:  JavaFX 2.1