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. case class Answer[T, E <: Exception](answer: T) extends Resolved[T, E] with Product with Serializable

    Permalink
  11. final class AssignedName extends AnyVal

    Permalink
  12. trait BooleanParser extends AnyRef

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

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

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

    Permalink
  16. trait Cell[T] extends AnyRef

    Permalink
  17. class ClassLoader extends AnyRef

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

    Permalink
  19. trait ClasspathUrlable[T] extends AnyRef

    Permalink
  20. trait DecimalFormat extends AnyRef

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

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

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

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

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

    Permalink
  26. implicit final class EnrichedArrayCompanion extends AnyVal

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

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

    Permalink
  29. implicit final class EnrichedString extends AnyVal

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

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

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

    Permalink
  33. trait IntegerFormat extends AnyRef

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

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

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

    Permalink
  37. trait MethodConstraint extends AnyRef

    Permalink
  38. final class MethodName extends AnyVal

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

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

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

    Permalink
  42. 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.

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

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

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

    Permalink
  46. trait Seq#mapAs extends MethodConstraint

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

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

    Permalink
  49. trait String#as extends MethodConstraint

    Permalink
  50. trait StringParser[T] extends AnyRef

    Permalink
  51. trait StringParser_1 extends AnyRef

    Permalink
  52. trait StringSerializer[-T] extends AnyRef

    Permalink

    A generic string serializer

    A generic string serializer

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

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

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

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

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

    Permalink
  58. 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 AssignedName

    Permalink
  9. object BooleanParser

    Permalink
  10. object BooleanRepresentation extends Serializable

    Permalink
  11. object Cell

    Permalink
  12. object ClassLoader

    Permalink
  13. object ClasspathUrlItem extends Serializable

    Permalink
  14. object ClasspathUrlable

    Permalink
  15. object DecimalFormat

    Permalink
  16. object DefaultsTo extends DefaultsTo_1

    Permalink
  17. object Errata extends Serializable

    Permalink
  18. object ExactInteger extends IntegerFormat with Product with Serializable

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

    Permalink
  20. object IntegerFormat

    Permalink
  21. object Main extends App

    Permalink
  22. object MethodName

    Permalink
  23. object Mode extends Mode_1

    Permalink
  24. object ParseException extends Serializable

    Permalink
  25. object Resolved

    Permalink
  26. object Result

    Permalink
  27. object String

    Permalink
  28. object StringParser extends StringParser_1

    Permalink
  29. object StringSerializer

    Permalink
  30. object Thread

    Permalink
  31. object TimeSystem

    Permalink
  32. object Var

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

    Permalink
  34. package booleanParsing

    Permalink
  35. package booleanRepresentations

    Permalink
  36. package decimalFormats

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

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

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

    Permalink
  40. package integerFormats

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

    Permalink
  42. package modes

    Permalink
  43. object repl

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

  45. package timeSystems

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped