Package

scroll.internal

util

Permalink

package util

Package containing some useful utility classes for SCROLL like logging (scroll.internal.util.Log) and reflection (scroll.internal.util.ReflectiveHelper).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class Many() extends Ordered[Int] with Product with Serializable

    Permalink
  2. trait ReflectiveHelper extends AnyRef

    Permalink

    Trait containing an implicit wrapper which provides helper functions to access common tasks for working with reflections.

Value Members

  1. object Log

    Permalink

    Very simple logging utility using slf4j.

  2. object Many extends Serializable

    Permalink
  3. object QueueUtils

    Permalink

    Generic Queue ordering utility.

  4. object ReflectiveHelper

    Permalink

    Companion object for the Trait ReflectiveHelper containing some useful functions for translating class and type names to Strings.

Inherited from AnyRef

Inherited from Any

Ungrouped