package collection
Some collection-related helpers.
- Alphabetic
- By Inheritance
- collection
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
The Grizzled Scala Library contains a variety of miscellaneous, general purpose utility classes and objects.
The Grizzled Scala Library contains a variety of miscellaneous, general purpose utility classes and objects.
The home page for the Grizzled Scala Library is http://software.clapper.org/grizzled-scala/. Please see that page for complete details, including installation instructions.
Compatibility definitions for Scala 2.13+ vs.
Compatibility definitions for Scala 2.13+ vs. Scala 2.12 and lesser.
This object is conceptually similar to scala.collection.compat
. For
Scala 2.12 and earlier, it provides a type alias and compatibility functions
for LazyList
. For Scala 2.13 and greater, it's empty. Thus, all code
can use LazyList
throughout.
Some collection-related helpers.
Some collection-related helpers.
Classes and objects to aid in the parsing of INI-style configuration files.
Classes and objects to aid in the parsing of INI-style configuration
files. This package is similar, in concept, to the Python
ConfigParser
module (though its implementation and capabilities
differ quite a bit).
File-related classes and utilities.
File-related classes and utilities. This package is distinguished from
the grizzled.io
package in that this package operates on files and
paths, not on open streams or sources.
I/O-related classes and utilities.
I/O-related classes and utilities. This package is distinguished from
the grizzled.file
package in that this package operates on
already-open Java InputStream
, OutputStream
, Reader
and Writer
objects, and on Scala Source
objects.
See grizzled.file
Miscellaneous math and statistics utilities.
Miscellaneous math and statistics utilities.
Network-related utility methods and classes.
Network-related utility methods and classes.
Methods and classes useful for parsing various things.
Methods and classes useful for parsing various things.
String- and text-related classes.
String- and text-related classes.
Miscellaneous utility functions and methods not otherwise categorized.
Miscellaneous utility functions and methods not otherwise categorized.
The grizzled.zip
package contains classes and functions to make it easier
to operate on zip and jar files.
The grizzled.zip
package contains classes and functions to make it easier
to operate on zip and jar files.
Some collection-related helpers.