scala.collection.immutable.TreeSet
See theTreeSet companion class This object provides a set of operations to create Iterable
values.
Produces a collection containing the results of some element computation a number of times.
Produces a collection containing the results of some element computation a number of times.
Value parametersthe element computation
the number of elements contained in the collection.
A collection that contains the results of n
evaluations of elem
.
Produces a collection containing repeated applications of a function to a start value.
Produces a collection containing repeated applications of a function to a start value.
Value parametersthe function that's repeatedly applied
the number of elements contained in the collection
the start value of the collection
a collection with len
values in the sequence start, f(start), f(f(start)), ...
Produces a collection containing values of a given function over a range of integer values starting from 0.
Produces a collection containing values of a given function over a range of integer values starting from 0.
Value parametersThe function computing element values
The number of elements in the collection
A collection consisting of elements f(0), ..., f(n -1)
Produces a collection that uses a function f
to produce elements of type A
and update an internal state of type S
.
Produces a collection that uses a function f
to produce elements of type A
and update an internal state of type S
.
Type of the elements
Type of the internal state
Computes the next element (or returns None
to signal the end of the collection)
State initial value
a collection that produces elements using f
until f
returns None
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4