rapture

core

package core

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. core
  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 AssignedName extends AnyVal

  2. trait Cell[T] extends AnyRef

  3. case class ClassLoader(javaClassLoader: java.lang.ClassLoader) extends Product with Serializable

  4. implicit class EitherExtras[L, R] extends AnyRef

  5. trait Mode[+Group <: ModeGroup] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  6. trait ModeGroup extends AnyRef

  7. abstract class Pool[Resource] extends AnyRef

    Implements a dynamic pool of some resource, e.g.

    Implements a dynamic pool of some resource, e.g. database connections.

  8. implicit class SeqExtras[A, C[A] <: Seq[A]] extends AnyRef

    Annotations
    @inline()
  9. case class StringParser[T](parse: (String) ⇒ Option[T]) extends Product with Serializable

    A generic string parser

  10. abstract class Thread extends AnyRef

  11. case class ThreadSpec(name: String, daemon: Boolean = false)(blk: ⇒ Unit)(implicit cl: ClassLoader) extends Product with Serializable

  12. trait TimeSystem[Instant, Duration] extends AnyRef

    Annotations
    @implicitNotFound( ... )

Value Members

  1. final def ?[T](implicit t: T): T

    Annotations
    @inline()
  2. object AssignedName

  3. object Cell

  4. object ClassLoader extends Serializable

  5. object Main extends App

  6. object Mode extends Mode_1

  7. object StringParser extends Serializable

  8. object Thread

  9. object TimeSystem

  10. object Var

  11. def enumerateMembers[T]: Enumerator[T]

  12. package internal

  13. def modally[G <: ModeGroup, E <: Exception]: Modal[G, E]

  14. package modes

  15. object repl

  16. def time[T, D](blk: ⇒ T)(implicit arg0: ByDuration[D]): (T, D)

    Times how long it takes to perform an operation, returning a pair of the result and the duration of the operation in milliseconds.

  17. package timeSystems

  18. def yCombinator[A, B](fn: ((A) ⇒ B) ⇒ (A) ⇒ B): (A) ⇒ B

Inherited from AnyRef

Inherited from Any

Ungrouped