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.

Visibility
  1. Public
  2. All

Value Members

  1. object binary extends AnyRef

    Useful binary-related utility functions.

  2. package cmd

    Classes and objects to aid in the construction of line-oriented command interpreters.

  3. package collection

    Some collection-related helpers.

  4. package config

    Classes and objects to aid in the parsing of INI-style configuration files.

  5. package file

    File-related classes and utilities.

  6. object generator extends AnyRef

    Functions that can be used to simulate Python-style generators.

  7. package io

    I/O-related classes and utilities.

  8. package math

    Miscellaneous math and statistics utilities.

  9. package net

    Network-related utility methods and classes.

  10. package parsing

    Methods and classes useful for parsing various things.

  11. package readline

    The grizzled.readline package provides a common front-end API to various underlying readline and readline-like implementations, including GNU Readline, Editline, and JLine.

  12. object reflect extends AnyRef

    Some reflection-related utility methods and classes.

  13. package string

    String- and text-related classes.

  14. object sys extends AnyRef

    System-related utility functions and definitions.

  15. object util extends AnyRef

    Miscellaneous utility functions and methods not otherwise categorized.