EmptySizedIterable
Represents a SizedIterable that is empty and cannot be iterated over.
Functions
Link copied to clipboard
fun <T> Iterable<T>.appendTo(builder: QueryBuilder, separator: CharSequence = ", ", prefix: CharSequence = "", postfix: CharSequence = "", transform: QueryBuilder.(T) -> Unit): QueryBuilder
Link copied to clipboard
Returns a new SizedIterable that is a copy of the original.
Link copied to clipboard
Link copied to clipboard
Returns a new SizedIterable with a locking read for the elements according to the rules specified by option.
Link copied to clipboard
Returns a new SizedIterable containing only count elements.
Link copied to clipboard
Returns a SizedIterable containing the lazily evaluated results of applying the function f to each original element.
Link copied to clipboard
Returns a new SizedIterable without any locking read for the elements.
Link copied to clipboard
Returns a new SizedIterable containing only elements starting from the specified start.
Link copied to clipboard
Returns a new SizedIterable with the elements sorted according to the specified expression order.
Link copied to clipboard