public static <E> IntegerBinding size (ObservableList<E> op)

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

Parameters:
op     the ObservableList
<E>    type of the List elements

Returns:  the new IntegerBinding

Exceptions:
NullPointerException     if the ObservableList is null

Since:  JavaFX 2.1