All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spells.Spells.scala Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy