fm.lazyseq.TmpFileLazySeqBuilder
A builder that lets us build up a temp file that can be read back as a LazySeq.
Useful for methods like groupBy, grouped, partition, etc...
Methods are synchronized so this should be thread-safe now
Attributes
- Graph
- Supertypes
trait GrowableCompat[A]
trait Growable[A]
trait Clearable
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Attributes
- Definition Classes
GrowableCompat
Attributes
- Definition Classes
Growable
Attributes
- Definition Classes
Growable
Attributes
- Definition Classes
Builder -> Clearable
Attributes
- Definition Classes
Builder
Attributes
- Inherited from:
- GrowableCompat
Attributes
- Inherited from:
- Growable
Attributes
- Inherited from:
- Growable
Attributes
- Inherited from:
- Growable
Attributes
- Inherited from:
- Builder
Attributes
- Inherited from:
- Builder
Attributes
- Inherited from:
- Builder
Attributes
- Inherited from:
- Builder
Attributes
- Deprecated
[Since version 2.13.0]
Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated- Inherited from:
- Growable