org

powerscala

package powerscala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. powerscala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AsynchronousInvocation extends AnyRef

    AsynchronousInvocation defines an infrastructure to inject a function to be invoked at a later time by another thread.

  2. trait Color extends EnumEntry

  3. sealed class Compass extends EnumEntry

    Compass represents the points on a compass as an enum.

  4. sealed class Country extends EnumEntry

  5. sealed class Currency extends EnumEntry

  6. trait Disposable extends AnyRef

    Disposed should only be applied to objects, not classes.

  7. trait Finishable extends AnyRef

    Finishable simply defines a method "isFinished" that returns true if the instance is complete.

  8. trait Hierarchical extends AnyRef

  9. case class ImmutableColor(red: Double, green: Double, blue: Double, alpha: Double) extends EnumEntry with Color with Product with Serializable

  10. trait Initialized extends AnyRef

    Initialize should only be applied to objects, not classes.

  11. type Interceptor[T] = (T, T, T) ⇒ Option[T]

  12. sealed class Language extends EnumEntry

  13. class MapStorage[K, V] extends Storage[K, V]

  14. trait MappedStorage[K, V] extends Storage[K, V]

  15. case class MutableColor(red: Double, green: Double, blue: Double, alpha: Double) extends EnumEntry with Color with Product with Serializable

  16. trait MutableHierarchical extends Hierarchical

  17. trait Named extends AnyRef

  18. trait NamedHierarchical extends Named with Hierarchical

  19. sealed class Precision extends EnumEntry

    Precision is an enum defining numeric precisions and conversions.

  20. class Priority extends EnumEntry

    Priority represents a linear prioritization.

  21. sealed class ProcessingMode extends EnumEntry

    ProcessingMode defines how an action will be processed.

  22. case class Resource(path: String) extends Product with Serializable

    Resource represents an internal file resource.

  23. trait Storage[K, V] extends AnyRef

  24. trait StorageComponent[C, T] extends AnyRef

    StorageComponent leverages Storage to provide a single instance of the StorageComponent instance for the specified instance (T).

  25. case class TypeFilteredIterator[T](iterator: Iterator[_ >: T])(implicit manifest: Manifest[T]) extends Iterator[T] with Product with Serializable

  26. trait Updatable extends AnyRef

    Updatable represents a class that gets updated with the delta between the last update and the current update.

  27. trait Updater extends Updatable

    Updater contains a list of Updatables that are updated upon upon the update of this class.

  28. case class Version(major: Int = 1, minor: Int = 0, maintenance: Int = 0, build: Int = 0, extra: String = null) extends Ordered[Version] with Product with Serializable

    Version represents a version numbering.

Value Members

  1. object Color extends Enumerated[Color]

  2. object Compass extends Enumerated[Compass]

  3. object Country extends Enumerated[Country]

  4. object Currency extends Enumerated[Currency]

  5. object Disposable

  6. object IO

  7. object Initialized

  8. object Language extends Enumerated[Language]

  9. object Precision extends Enumerated[Precision]

  10. object Priority extends Enumerated[Priority]

  11. object ProcessingMode extends Enumerated[ProcessingMode]

  12. object Storage

  13. object Unique

  14. object Version extends Serializable

  15. implicit def double2Float(value: Double): Float

  16. package easing

  17. package encryption

  18. package enum

  19. package json

  20. package log

  21. package ref

  22. package workflow

  23. package xml

Inherited from AnyRef

Inherited from Any

Ungrouped