org.scalameter

utils

package utils

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

Type Members

  1. final class SlidingWindow extends AnyRef

  2. case class Tree[T](context: Context, items: Seq[T], children: Seq[Tree[T]]) extends Product with Serializable

Value Members

  1. object Statistics

    Standard statistics utilities.

  2. object Tree extends Serializable

  3. def withGCNotification[T](eventhandler: (Notification) ⇒ Any): AnyRef { def apply(body: => T): T }

Inherited from AnyRef

Inherited from Any

Ungrouped