razie

package razie

Visibility
  1. Public
  2. All

Type Members

  1. class AA extends AttrAccessImpl

    simplified AttributeAccess :)

  2. class AI extends ActionItem

    simplified ActionItem

  3. class CSTimer extends AnyRef

  4. class Icons extends Enum[Icons]

  5. class JAA extends AnyRef

  6. trait Logging extends AnyRef

    A Logging trait you can mix into an implementation class without affecting its public API

  7. trait M[+A] extends AnyRef

    I kept looking for a generic collection/iterable thing.

  8. case class Near(l: List[Double], percent: Int = 20) extends Product with Serializable

    test that results are near some expeted results

  9. class NoStatic[T >: Null <: AnyRef] extends AnyRef

    thread local static object - ThreadLocal is easy to implement, not neccessarily to use

  10. class SampleSM extends StateMachine

    sample state machine

  11. trait Test extends AnyRef

    much simplified unit test primitives: expect()

  12. class WrapAttrAccess extends AA

    hierarchical implementation - this one adds stuff to a parent's

Value Members

  1. object AA

    simplify usage of AttrAccess - attribute management

  2. object AI

    simplified ActionItem

  3. object Alarm

  4. object Audit

  5. object Boolean

    i can never find the stupid parse methods Adapted by Alexandre Martins

  6. object Debug

  7. object Error

  8. object Listi

    it sucks to have to import the stupid long package name all the time.

  9. object M

    helper class - has all the conversions

  10. object MOLD

    my first ugly attempt - not type-safe

  11. object Mapi

    it sucks to have to import the stupid long package name all the time.

  12. object NoStatic

  13. object NoStaticS

    TODO 1-1 copy NoStatics docs here and ditch old one?

  14. object OR

    replaces getOrElse, orElse AND if(String.

  15. object Perf

    MT performance testing tools

  16. object RJS

    conversions from java to scala collections

  17. object RSJ

    conversions from scala to java collections.

  18. object SM extends Logging

    state machines have states, transitions and consume events

  19. object SampleSMain extends App

  20. object Sed

    sed like filter using Java regexp

  21. object SedTest extends App

  22. object TestSample extends App with Test

  23. object Threads

    multithreading helpers, to tie me over until I learn to effectively exploit actors or other inferior beings

  24. object Timer

  25. object U

    unix like commons - easy to invoke

  26. object UMain extends App

  27. object Warn

  28. object args

  29. package base

  30. object cdebug extends Logging

    c++ memories, anyone.

  31. object clog extends Logging

    c++ memories, anyone.

  32. package comms

  33. object cout

    c++ memories, anyone.

  34. object csys extends Logging

    c++ memories, anyone.

  35. package dsl

  36. object |>

    just some fun operator to keep the code looking nice

Deprecated Value Members

  1. object Log extends Logging

    some logging basics

Ungrouped