Seq
Next

_.prototype.next()

Gets the next value on a wrapped object following the iterator protocol.

Returns

(Object): Returns the next iterator value.

Example