kactoos-jvm / nnl.rocks.kactoos.collection / TailOf / <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.
T
- Element type
num
- Number of tail elements
src
- Source collection
Since 0.4