Package

rapture

core

Permalink

package core

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AbortException() extends Exception with Product with Serializable

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

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

    Permalink
  4. trait Alloc0[T] extends AnyRef

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

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

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

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

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

    Permalink
  10. abstract class Annex[Typeclass[_]] extends AnyRef

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

    Permalink
  12. final case class AssignedName(name: String) extends AnyVal with Product with Serializable

    Permalink
  13. trait BooleanParser extends AnyRef

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

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

    Permalink
  16. class Catching[E <: Exception] extends AnyRef

    Permalink
  17. trait Cell[T] extends AnyRef

    Permalink
  18. class ClassLoader extends AnyRef

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

    Permalink
  20. trait ClasspathUrlable[T] extends AnyRef

    Permalink
  21. trait DecimalFormat extends AnyRef

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

    Permalink
  23. trait DefaultsTo[T, S] extends AnyRef

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

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

    Permalink
  26. implicit class EitherExtras[L, R] extends AnyRef

    Permalink
  27. implicit final class EnrichedArrayCompanion extends AnyVal

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

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

    Permalink
  30. implicit final class EnrichedString extends AnyVal

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

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

    Permalink
  33. case class IgnoredException() extends Exception with Product with Serializable

    Permalink
  34. trait IntegerFormat extends AnyRef

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

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

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

    Permalink
  38. trait MethodConstraint extends AnyRef

    Permalink
  39. final class MethodName extends AnyVal

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

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

    Permalink
  42. sealed trait OptionalParameter[+T] extends AnyRef

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

    Permalink
  44. abstract class Pool[Resource] extends AnyRef

    Permalink

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

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

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

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

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

    Permalink
  48. trait Seq#mapAs extends MethodConstraint

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

    Permalink
    Annotations
    @inline()
  50. case class SeqParameter[T](elements: T*) extends Product with Serializable

    Permalink
  51. case class SignificantFigures(n: Int) extends DecimalFormat with Product with Serializable

    Permalink
  52. case class SpecifiedParameter[+T](value: T) extends OptionalParameter[T] with Product with Serializable

    Permalink
  53. trait String#as extends MethodConstraint

    Permalink
  54. abstract class StringParser[T] extends Functor[StringParser, T]

    Permalink
  55. trait StringParser_1 extends AnyRef

    Permalink
  56. trait StringSerializer[-T] extends AnyRef

    Permalink

    A generic string serializer

    A generic string serializer

    Annotations
    @implicitNotFound( ... )
  57. abstract class Thread extends AnyRef

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

    Permalink
  59. trait TimeSystem[Instant, Duration] extends AnyRef

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

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

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

    Permalink

Value Members

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

    Permalink
    Annotations
    @inline()
  2. object Actor

    Permalink
  3. object Alloc0

    Permalink
  4. object Alloc1

    Permalink
  5. object Alloc2

    Permalink
  6. object Alloc3

    Permalink
  7. object Alloc4

    Permalink
  8. object Annex

    Permalink
  9. object AssignedName extends Serializable

    Permalink
  10. object BooleanParser

    Permalink
  11. object BooleanRepresentation extends Serializable

    Permalink
  12. object Cell

    Permalink
  13. object ClassLoader

    Permalink
  14. object ClasspathUrlItem extends Serializable

    Permalink
  15. object ClasspathUrlable

    Permalink
  16. object DecimalFormat

    Permalink
  17. object DefaultsTo extends DefaultsTo_1

    Permalink
  18. object Errata extends Serializable

    Permalink
  19. object ExactDecimal extends DecimalFormat with Product with Serializable

    Permalink
  20. object ExactInteger extends IntegerFormat with Product with Serializable

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

    Permalink
  22. object IntegerFormat

    Permalink
  23. object Main extends App

    Permalink
  24. object MethodName

    Permalink
  25. object MinimumEditDistance

    Permalink
  26. object Mode extends Mode_1

    Permalink
  27. object OptionalParameter

    Permalink
  28. object ParseException extends Serializable

    Permalink
  29. object Resolved

    Permalink
  30. object Result

    Permalink
  31. object SeqParameter extends Serializable

    Permalink
  32. object String

    Permalink
  33. object StringParser extends StringParser_1

    Permalink
  34. object StringSerializer

    Permalink
  35. object Thread

    Permalink
  36. object TimeSystem

    Permalink
  37. object UnspecifiedParameter extends OptionalParameter[Nothing] with Product with Serializable

    Permalink
  38. object Var

    Permalink
  39. def alloc[T]: AllocApply[T]

    Permalink
  40. package booleanParsing

    Permalink
  41. package booleanRepresentations

    Permalink
  42. package decimalFormats

    Permalink
  43. def each[E <: Exception]: EachUnapplied[E]

    Permalink
  44. def enumerateMembers[T]: Enumerator[T]

    Permalink
  45. def indentTree(s: String): String

    Permalink
  46. package integerFormats

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

    Permalink
  48. package modes

    Permalink
  49. object repl

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

    Permalink

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

  51. package timeSystems

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped