public static <T> ObjectBinding<T> createObjectBinding (Callable<T> func, Observable… dependencies)

Helper function to create a custom ObjectBinding.

Parameters:
<T>    the type of the bound Object
func    The function that calculates the value of this binding
dependencies    The dependencies of this binding

Returns:  The generated binding

Since:  JavaFX 2.1