spells.Spells.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spells_2.11 Show documentation
Show all versions of spells_2.11 Show documentation
This is a small scala "util" library, which will hopefully grow over time.
The newest version!
package spells
/** The main spells module.
* Mix it into the highest level `package object` you can afford,
* in order to gain the most benefit from spells.
*/
trait Spells
extends AnsiModule
with AnyOpsModule
with CalendarOpsModule
with ClearPrintModule
with ClipboardModule
with CustomRenderingModule
with DateOpsModule
with DurationOpsModule
with FunctionNOpsModule
with HumanRenderingModule
with MiscModule
with SpellsConfigModule
with StackTraceElementModule
with StreamOpsModule
with StringOpsModule
with StylePrintModule
with ThrowableOpsModule
with TraversableOpsModule
with Tuple2OpsModule
with XrayModule