limit

fun limit(limit: Int): FindFlow<T>

Sets the limit to apply.

Return

this

Parameters

limit

the limit, which may be 0

See also