package utils
Provides classes for simplified input from the console and various other functions
- Alphabetic
- By Inheritance
- utils
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class Input extends AnyRef
- class ScalaDocSetup extends AnyRef
Generate some javadoc
Value Members
- object DateUtils
- Version
1.0
- object Input
The class Input is here to enter data with the keyboard.
The types below are supported by the Input class. - object ResourceList
List resources available from the classpath
List resources available from the classpath
Licence : CC BY-SA 4.0
- object StringFunctions
Utility class with useful methods for string manipulation
- object TextTools
A class with functions to manipulate text strings.
A class with functions to manipulate text strings. Based on an old
TextTools
version that hid all the strings in static variables inside the class. This has all been removed and now everything is explicit and exposed.