rapture

core

package core

Linear Supertypes
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. case class AbortException() extends Exception with Product with Serializable

  2. abstract class Actor[Msg, Res, State] extends AnyRef

  3. sealed trait ActorResponse[+T, +S] extends AnyRef

  4. trait Alloc0[T] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  5. trait Alloc1[T, P1] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  6. trait Alloc2[T, P1, P2] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  7. trait Alloc3[T, P1, P2, P3] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  8. trait Alloc4[T, P1, P2, P3, P4] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  9. final class AllocApply[T] extends AnyVal

  10. case class Answer[T, E <: Exception](answer: T) extends Resolved[T, E] with Product with Serializable

  11. final class AssignedName extends AnyVal

  12. trait BooleanParser extends AnyRef

  13. case class BooleanRepresentation(trueValue: String, falseValue: String) extends Product with Serializable

  14. type CanBuildFrom[-From, -Elem, +To] = scala.collection.generic.CanBuildFrom[From, Elem, To]

  15. class Catching[E <: Exception] extends AnyRef

  16. trait Cell[T] extends AnyRef

  17. class ClassLoader extends AnyRef

  18. case class ClasspathUrlItem(javaUrl: List[URL]) extends Product with Serializable

  19. trait ClasspathUrlable[T] extends AnyRef

  20. trait DecimalFormat extends AnyRef

  21. case class DecimalPlaces(n: Int) extends DecimalFormat with Product with Serializable

  22. trait DefaultsTo[T, S] extends AnyRef

  23. case class Each[-E, +T](fn: (E) ⇒ T, classTag: ClassTag[_]) extends Product with Serializable

  24. case class EachUnapplied[E]() extends Product with Serializable

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

  26. implicit final class EnrichedArrayCompanion extends AnyVal

  27. implicit final class EnrichedCollection[Coll[X] <: Seq[X]] extends AnyVal

  28. implicit final class EnrichedCollectionCompanion[+C[X] <: GenTraversable[X]] extends AnyVal

  29. implicit final class EnrichedString extends AnyVal

  30. case class Errata[T, E <: Exception](errors: Seq[(ClassTag[_], (String, Exception))]) extends Result[T, E] with Product with Serializable

  31. trait Functor[+F[x] <: Functor[F, x], A] extends AnyRef

  32. case class IgnoredException() extends Exception with Product with Serializable

  33. trait IntegerFormat extends AnyRef

  34. case class IntegerSignificantFigures(n: Int) extends IntegerFormat with Product with Serializable

  35. case class InvalidBoolean(value: String) extends Exception with Product with Serializable

  36. case class InvalidNumber(value: String, numberType: String) extends Exception with Product with Serializable

  37. trait MethodConstraint extends AnyRef

  38. final class MethodName extends AnyVal

  39. trait Mode[+Group <: MethodConstraint] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  40. case class NotMatchingFilter(value: Any) extends Exception with Product with Serializable

  41. case class ParseException(bad: String, typ: String) extends Exception with Product with Serializable

  42. abstract class Pool[Resource] extends AnyRef

    Implements a dynamic pool of some resource, e.

  43. case class Reply[+T](reply: T) extends ActorResponse[T, Nothing] with Product with Serializable

  44. sealed abstract class Resolved[+T, E <: Exception] extends Result[T, E]

  45. sealed abstract class Result[+T, E <: Exception] extends AnyRef

  46. trait Seq#mapAs extends MethodConstraint

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

    Annotations
    @inline()
  48. case class SignificantFigures(n: Int) extends DecimalFormat with Product with Serializable

  49. trait String#as extends MethodConstraint

  50. trait StringParser[T] extends AnyRef

  51. trait StringParser_1 extends AnyRef

  52. trait StringSerializer[-T] extends AnyRef

    A generic string serializer

  53. abstract class Thread extends AnyRef

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

  55. trait TimeSystem[Instant, Duration] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  56. case class Transition[Msg, State](msg: Msg, state: State) extends Product with Serializable

  57. case class Unforeseen[T, E <: Exception](e: Throwable) extends Resolved[T, E] with Product with Serializable

  58. case class Update[+T, +S](reply: T, state: S) extends ActorResponse[T, S] with Product with Serializable

Value Members

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

    Annotations
    @inline()
  2. object Actor

  3. object Alloc0

  4. object Alloc1

  5. object Alloc2

  6. object Alloc3

  7. object Alloc4

  8. object AssignedName

  9. object BooleanParser

  10. object BooleanRepresentation extends Serializable

  11. object Cell

  12. object ClassLoader

  13. object ClasspathUrlItem extends Serializable

  14. object ClasspathUrlable

  15. object DecimalFormat

  16. object DefaultsTo extends DefaultsTo_1

  17. object Errata extends Serializable

  18. object ExactInteger extends IntegerFormat with Product with Serializable

  19. object Ignore extends ActorResponse[Nothing, Nothing] with Product with Serializable

  20. object IntegerFormat

  21. object Main extends App

  22. object MethodName

  23. object Mode extends Mode_1

  24. object ParseException extends Serializable

  25. object Resolved

  26. object Result

  27. object String

  28. object StringParser extends StringParser_1

  29. object StringSerializer

  30. object Thread

  31. object TimeSystem

  32. object Var

  33. def alloc[T]: AllocApply[T]

  34. package booleanParsing

  35. package booleanRepresentations

  36. package decimalFormats

  37. def each[E <: Exception]: EachUnapplied[E]

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

  39. def indentTree(s: String): String

  40. package integerFormats

  41. def modally[G <: MethodConstraint, E <: Exception]: Modal[G, E]

  42. package modes

  43. object repl

  44. 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.

  45. package timeSystems

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

Inherited from AnyRef

Inherited from Any

Ungrouped