public static IntegerBinding size (ObservableArray op)

Creates a new javafx.beans.binding.IntegerBinding that contains the size of an javafx.collections.ObservableArray.

Parameters:
op    the ObservableArray

Returns:  the new IntegerBinding

Exceptions:
NullPointerException     if the ObservableArray is null

Since:  JavaFX 8.0