Type Members
-
type
->[+A, +B] = Product2[A, B]
-
type
?=>[-A, +B] = PartialFunction[A, B]
-
type
AdditiveMonoid[A] = spire.algebra.AdditiveMonoid[A]
-
type
AdditiveSemigroup[A] = spire.algebra.AdditiveSemigroup[A]
-
type
Any = scala.Any
-
type
AnyRef = AnyRef
-
type
AnyVal = scala.AnyVal
-
type
Array[A] = scala.Array[A]
-
type
AssertionError = java.lang.AssertionError
-
type
BigDecimal = scala.math.BigDecimal
-
type
BigInt = scala.math.BigInt
-
type
BinOp[A] = (A, A) ⇒ A
-
type
Boolean = scala.Boolean
-
type
BooleanAlgebra[R] = Bool[R]
-
type
Byte = scala.Byte
-
type
CTag[A] = ClassTag[A]
-
type
Char = scala.Char
-
type
Class[A] = java.lang.Class[A]
-
type
ClassCastException = java.lang.ClassCastException
-
type
ClassLoader = java.lang.ClassLoader
-
type
Comparable[A] = java.lang.Comparable[A]
-
type
Comparator[-A] = java.util.Comparator[A]
-
type
DirectoryStream[A] = java.nio.file.DirectoryStream[A]
-
type
DirectoryStreamFilter[A] = Filter[A]
-
type
Double = scala.Double
-
type
Dynamic = scala.Dynamic
-
type
Exception = java.lang.Exception
-
type
Failure[+A] = scala.util.Failure[A]
-
type
FileTime = java.nio.file.attribute.FileTime
-
type
Float = scala.Float
-
type
GTOnce[+A] = GenTraversableOnce[A]
-
type
IOException = java.io.IOException
-
type
Id[X] = X
-
type
IllegalArgumentException = java.lang.IllegalArgumentException
-
type
IndexOutOfBoundsException = java.lang.IndexOutOfBoundsException
-
type
InputStream = java.io.InputStream
-
type
Int = scala.Int
-
type
Interval[A] = spire.math.Interval[A]
-
type
Long = scala.Long
-
type
Monoid[A] = spire.algebra.Monoid[A]
-
type
MultiplicativeMonoid[A] = spire.algebra.MultiplicativeMonoid[A]
-
type
MultiplicativeSemigroup[A] = spire.algebra.MultiplicativeSemigroup[A]
-
type
Natural = spire.math.Natural
-
type
NoSuchElementException = java.util.NoSuchElementException
-
type
Nothing = scala.Nothing
-
type
Null = scala.Null
-
type
Option[+A] = scala.Option[A]
-
type
OrderRelation[-A] = (A, A) ⇒ Cmp
-
type
OutputStream = java.io.OutputStream
-
type
PrintStream = java.io.PrintStream
-
type
Rational = spire.math.Rational
-
type
Ref[+A] = A
-
type
Relation[-A] = (A, A) ⇒ Boolean
-
type
RuntimeException = java.lang.RuntimeException
-
type
SafeLong = spire.math.SafeLong
-
type
Short = scala.Short
-
type
Some[+A] = scala.Some[A]
-
type
String = java.lang.String
-
type
StringBuilder = java.lang.StringBuilder
-
type
StringContext = scala.StringContext
-
type
Success[+A] = scala.util.Success[A]
-
type
Suspended[+A] = (ToUnit[A]) ⇒ Unit
-
type
Thread = java.lang.Thread
-
type
Throwable = java.lang.Throwable
-
type
ToBool[-A] = (A) ⇒ Boolean
-
type
ToInt[-A] = (A) ⇒ Int
-
type
ToSelf[A] = (A) ⇒ A
-
type
ToString[-A] = (A) ⇒ String
-
type
ToUnit[-A] = (A) ⇒ Unit
-
type
Try[+A] = scala.util.Try[A]
-
type
UInt = spire.math.UInt
-
type
Unit = scala.Unit
-
type
UnsupportedOperationException = java.lang.UnsupportedOperationException
-
type
inline = scala.inline
-
type
jArrayList[A] = ArrayList[A]
-
type
jCharSequence = CharSequence
-
type
jCharset = Charset
-
type
jClass = java.lang.Class[_]
-
type
jClassLoader = java.lang.ClassLoader
-
type
jCloseable = Closeable
-
type
jCollection[A] = Collection[A]
-
type
jConcurrentHashMap[K, V] = ConcurrentHashMap[K, V]
-
type
jConcurrentMap[K, V] = ConcurrentMap[K, V]
-
type
jConsumer[-A] = Consumer[A]
-
type
jDate = Date
-
type
jEnum[E <: jEnum[E]] = Enum[E]
-
type
jEnumeration[A] = Enumeration[A]
-
type
jField = Field
-
type
jFile = File
-
type
jFunction[-A, +B] = Function[A, B]
-
type
jFuture[A] = Future[A]
-
type
jHashMap[K, V] = HashMap[K, V]
-
type
jHashSet[A] = HashSet[A]
-
type
jIterable[+A] = Iterable[A]
-
type
jIterator[+A] = Iterator[A]
-
type
jList[A] = List[A]
-
type
jMap[K, V] = Map[K, V]
-
type
jMapEntry[K, V] = Entry[K, V]
-
type
jMethod = Method
-
type
jObject = AnyRef
-
type
jOptional[+A] = Optional[A]
-
type
jPath = Path
-
type
jPredicate[-A] = Predicate[A]
-
type
jRunnable = Runnable
-
type
jSet[A] = Set[A]
-
type
jSortedMap[K, V] = SortedMap[K, V]
-
type
jSortedSet[A] = SortedSet[A]
-
type
jStream[A] = Stream[A]
-
type
jTreeMap[K, V] = TreeMap[K, V]
-
type
jTreeSet[A] = TreeSet[A]
-
type
jUri = URI
-
type
jUrl = URL
-
type
sCollection[+A] = GenTraversable[A]
-
type
scIterable[+A] = Iterable[A]
-
type
scIterator[+A] = Iterator[A]
-
type
scMap[K, +V] = Map[K, V]
-
type
scSeq[+A] = Seq[A]
-
type
scSet[A] = Set[A]
-
type
scTraversable[+A] = Traversable[A]
-
type
sciIndexedSeq[+A] = IndexedSeq[A]
-
type
sciList[+A] = List[A]
-
type
sciMap[K, +V] = Map[K, V]
-
type
sciSeq[+A] = Seq[A]
-
type
sciSet[A] = Set[A]
-
type
sciStream[+A] = Stream[A]
-
type
sciVector[+A] = Vector[A]
-
type
scmBuilder[-Elem, +To] = Builder[Elem, To]
-
type
scmMap[K, V] = Map[K, V]
-
type
spec = specialized
-
type
switch = scala.annotation.switch
-
type
tailrec = scala.annotation.tailrec
-
type
transient = scala.transient
-
type
uV = uncheckedVariance
-
type
unchecked = scala.unchecked
-
type
volatile = scala.volatile
Value Members
-
final
def
!=(arg0: scala.Any): scala.Boolean
-
final
def
##(): scala.Int
-
final
val
->: Pair.type
-
final
def
==(arg0: scala.Any): scala.Boolean
-
def
?[A](implicit value: A): A
-
final
val
Array: scala.Array.type
-
final
val
ConstantFalse: (scala.Any) ⇒ scala.Boolean
-
final
val
ConstantTrue: (scala.Any) ⇒ scala.Boolean
-
final
val
EOL: java.lang.String
-
final
val
Failure: scala.util.Failure.type
-
val
Interval: spire.math.Interval.type
-
final
val
MaxInt: Int(2147483647)
-
final
val
MaxLong: Long(9223372036854775807L)
-
final
val
MinInt: Int(-2147483648)
-
final
val
MinLong: Long(-9223372036854775808L)
-
final
val
Nil: scala.collection.immutable.Nil.type
-
final
val
None: scala.None.type
-
final
val
Option: scala.Option.type
-
val
Rational: spire.math.Rational.type
-
val
SafeLong: spire.math.SafeLong.type
-
final
val
Some: scala.Some.type
-
def
StringContext: scala.StringContext.type
-
final
val
Success: scala.util.Success.type
-
final
val
Try: scala.util.Try.type
-
-
def
arraycopy[A](src: Array[A], srcPos: Int, dest: Array[A], destPos: Int, len: Int): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
assertionError(msg: String): scala.Nothing
-
def
clone(): AnyRef
-
def
contextClassLoader: ClassLoader
-
def
copyArray[A](src: Array[A])(implicit arg0: CTag[A]): Array[A]
-
def
currentThread: Thread
-
def
dateTime(): String
-
def
defaultCharset: Charset
-
def
doto[A](x: A)(f: (A) ⇒ Unit): A
-
def
emptyValue[A](implicit z: Empty[A]): A
-
final
def
eq(arg0: AnyRef): scala.Boolean
-
def
equals(arg0: scala.Any): scala.Boolean
-
def
fileSeparator: String
-
def
finalize(): scala.Unit
-
def
formattedDate(format: String)(date: jDate): String
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): scala.Int
-
def
identity[A](x: A): A
-
def
illegalArgumentException(msg: scala.Any): scala.Nothing
-
def
indexOutOfBoundsException(msg: scala.Any): scala.Nothing
-
final
def
isInstanceOf[T0]: scala.Boolean
-
-
-
-
-
def
milliTime: scala.Long
-
def
nanoTime: scala.Long
-
final
def
ne(arg0: AnyRef): scala.Boolean
-
def
newArray[A](length: Int)(implicit arg0: CTag[A]): Array[A]
-
def
noSuchElementException(msg: String): scala.Nothing
-
def
none[A](): Option[A]
-
final
def
notify(): scala.Unit
-
final
def
notifyAll(): scala.Unit
-
-
def
runtimeException(msg: String): scala.Nothing
-
final
val
sciList: List.type
-
final
val
sciMap: Map.type
-
final
val
sciSeq: Seq.type
-
final
val
sciSet: Set.type
-
final
val
sciVector: Vector.type
-
final
val
scmMap: Map.type
-
def
show[A](implicit z: Show[A]): Show[A]
-
def
sideEffect[A](result: A, exprs: Any*): A
-
def
some[A](x: A): Option[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
systemClassLoader: ClassLoader
-
def
threadSleep(ms: scala.Long): scala.Unit
-
def
threadYield(): scala.Unit
-
def
toString(): java.lang.String
-
def
unsupportedOperationException(msg: String): scala.Nothing
-
def
utf8Charset: Charset
-
final
def
wait(): scala.Unit
-
final
def
wait(arg0: scala.Long, arg1: scala.Int): scala.Unit
-
final
def
wait(arg0: scala.Long): scala.Unit
Inherited from AnyRef
Inherited from scala.Any