Package

grizzled

Permalink

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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. grizzled
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object binary

    Permalink

    Useful binary-related utility functions.

  2. package collection

    Permalink

    Some collection-related helpers.

  3. package config

    Permalink

    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).

  4. package datetime

    Permalink
  5. package file

    Permalink

    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.

    See also

    grizzled.io

  6. package io

    Permalink

    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

  7. package math

    Permalink

    Miscellaneous math and statistics utilities.

  8. package net

    Permalink

    Network-related utility methods and classes.

  9. package parsing

    Permalink

    Methods and classes useful for parsing various things.

  10. package random

    Permalink
  11. object reflect

    Permalink

    Some reflection-related utility methods and classes.

  12. package security

    Permalink
  13. package string

    Permalink

    String- and text-related classes.

  14. object sys

    Permalink

    System-related utility functions and definitions.

  15. package util

    Permalink

    Miscellaneous utility functions and methods not otherwise categorized.

  16. package zip

    Permalink

    The grizzled.zip package contains classes and functions to make it easier to operate on zip and jar files.

Inherited from AnyRef

Inherited from Any

Ungrouped