public static LongBinding createLongBinding (Callable<Long> func, Observable… dependencies)

Helper function to create a custom LongBinding.

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