grizzled
package grizzled
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.
- Alphabetic
- By Inheritance
- grizzled
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Package Members
- package ScalaCompat
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 useLazyListthroughout. - It also provides the implicit objectsOrderingobjects for floats and doubles. For instance, it providesgrizzled.ScalaCompat.math.Ordering.Double.IeeeOrderingandgrizzled.ScalaCompat.math.Ordering.Double.IeeeOrdering. For Scala 2.12 and earlier, these values are aliases forscala.math.Ordering.Double. For Scala 2.13 and greater, they map to their 2.13 counterparts (e.g.,scala.math.Ordering.Double.IeeeOrdering). - package collection
Some collection-related helpers.
- package config
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
ConfigParsermodule (though its implementation and capabilities differ quite a bit). - package datetime
- package file
File-related classes and utilities.
File-related classes and utilities. This package is distinguished from the
grizzled.iopackage in that this package operates on files and paths, not on open streams or sources.- See also
- package io
I/O-related classes and utilities.
I/O-related classes and utilities. This package is distinguished from the
grizzled.filepackage in that this package operates on already-open JavaInputStream,OutputStream,ReaderandWriterobjects, and on ScalaSourceobjects.See grizzled.file
- package math
Miscellaneous math and statistics utilities.
- package net
Network-related utility methods and classes.
- package parsing
Methods and classes useful for parsing various things.
- package random
- package security
- package string
String- and text-related classes.
- package util
Miscellaneous utility functions and methods not otherwise categorized.
- package zip
The
grizzled.zippackage contains classes and functions to make it easier to operate on zip and jar files.