final object Take

A view that takes leading elements of the underlying collection.

Constructors

Members

def apply ( underlying: Iterable [ A ] , n: Int ) : Take [ A ]
def unapply ( x$1: Take [ A ] ) : Take [ A ]