Kactoos

kactoos-jvm / nnl.rocks.kactoos.collection / TailOf / <init>

<init>

TailOf(num: Int, src: Iterable<T>) TailOf(num: Int, vararg src: T)TailOf(num: Int, src: Collection<T>)

Tail portion of the collection.

There is no thread-safety guarantee.

Parameters

T - Element type

num - Number of tail elements

src - Source collection

Since 0.4