count
Description:
public Future<
int64?>
count ()
Returns the count of elements in this seq.
This operation may or may not traverse input, depending on the internal conditions.
This is a terminal operation.
Returns:
a future of the count of elements
|