Trait

psp.ext

JavaLib

Related Doc: package ext

Permalink

trait JavaLib extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaLib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type AssertionError = java.lang.AssertionError

    Permalink
  2. type Class[A] = java.lang.Class[A]

    Permalink
  3. type ClassCastException = java.lang.ClassCastException

    Permalink
  4. type ClassLoader = java.lang.ClassLoader

    Permalink
  5. type Comparable[A] = java.lang.Comparable[A]

    Permalink
  6. type Comparator[-A] = java.util.Comparator[A]

    Permalink
  7. type DirectoryStream[A] = java.nio.file.DirectoryStream[A]

    Permalink
  8. type DirectoryStreamFilter[A] = Filter[A]

    Permalink
  9. type Exception = java.lang.Exception

    Permalink
  10. type FileTime = java.nio.file.attribute.FileTime

    Permalink
  11. type IOException = java.io.IOException

    Permalink
  12. type IllegalArgumentException = java.lang.IllegalArgumentException

    Permalink
  13. type IndexOutOfBoundsException = java.lang.IndexOutOfBoundsException

    Permalink
  14. type InputStream = java.io.InputStream

    Permalink
  15. type NoSuchElementException = java.util.NoSuchElementException

    Permalink
  16. type OutputStream = java.io.OutputStream

    Permalink
  17. type PrintStream = java.io.PrintStream

    Permalink
  18. type RuntimeException = java.lang.RuntimeException

    Permalink
  19. type String = java.lang.String

    Permalink
  20. type StringBuilder = java.lang.StringBuilder

    Permalink
  21. type Thread = java.lang.Thread

    Permalink
  22. type Throwable = java.lang.Throwable

    Permalink
  23. type UnsupportedOperationException = java.lang.UnsupportedOperationException

    Permalink
  24. type jArrayList[A] = ArrayList[A]

    Permalink
  25. type jCharSequence = CharSequence

    Permalink
  26. type jCharset = Charset

    Permalink
  27. type jClass = java.lang.Class[_]

    Permalink
  28. type jClassLoader = java.lang.ClassLoader

    Permalink
  29. type jCloseable = Closeable

    Permalink
  30. type jCollection[A] = Collection[A]

    Permalink
  31. type jConcurrentHashMap[K, V] = ConcurrentHashMap[K, V]

    Permalink
  32. type jConcurrentMap[K, V] = ConcurrentMap[K, V]

    Permalink
  33. type jConsumer[-A] = Consumer[A]

    Permalink
  34. type jDate = Date

    Permalink
  35. type jEnum[E <: jEnum[E]] = Enum[E]

    Permalink
  36. type jEnumeration[A] = Enumeration[A]

    Permalink
  37. type jField = Field

    Permalink
  38. type jFile = File

    Permalink
  39. type jFunction[-A, +B] = Function[A, B]

    Permalink
  40. type jFuture[A] = Future[A]

    Permalink
  41. type jHashMap[K, V] = HashMap[K, V]

    Permalink
  42. type jHashSet[A] = HashSet[A]

    Permalink
  43. type jIterable[+A] = Iterable[A]

    Permalink
  44. type jIterator[+A] = Iterator[A]

    Permalink
  45. type jList[A] = List[A]

    Permalink
  46. type jMap[K, V] = Map[K, V]

    Permalink
  47. type jMapEntry[K, V] = Entry[K, V]

    Permalink
  48. type jMethod = Method

    Permalink
  49. type jObject = AnyRef

    Permalink
  50. type jOptional[+A] = Optional[A]

    Permalink
  51. type jPath = Path

    Permalink
  52. type jPredicate[-A] = Predicate[A]

    Permalink
  53. type jRunnable = Runnable

    Permalink
  54. type jSet[A] = Set[A]

    Permalink
  55. type jSortedMap[K, V] = SortedMap[K, V]

    Permalink
  56. type jSortedSet[A] = SortedSet[A]

    Permalink
  57. type jStream[A] = Stream[A]

    Permalink
  58. type jTreeMap[K, V] = TreeMap[K, V]

    Permalink
  59. type jTreeSet[A] = TreeSet[A]

    Permalink
  60. type jUri = URI

    Permalink
  61. type jUrl = URL

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val EOL: java.lang.String

    Permalink
  5. final val MaxInt: Int(2147483647)

    Permalink
  6. final val MaxLong: Long(9223372036854775807L)

    Permalink
  7. final val MinInt: Int(-2147483648)

    Permalink
  8. final val MinLong: Long(-9223372036854775808L)

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def assertionError(msg: String): Nothing

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def contextClassLoader: ClassLoader

    Permalink
  13. def currentThread: Thread

    Permalink
  14. def dateTime(): String

    Permalink
  15. def defaultCharset: Charset

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def fileSeparator: String

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formattedDate(format: String)(date: jDate): String

    Permalink
  21. final def getClass(): java.lang.Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def illegalArgumentException(msg: Any): Nothing

    Permalink
  24. def indexOutOfBoundsException(msg: Any): Nothing

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def jFile(path: String): jFile

    Permalink
  27. def jPath(path: String): jPath

    Permalink
  28. def jUri(x: String): jUri

    Permalink
  29. def jUrl(x: String): jUrl

    Permalink
  30. def milliTime: Long

    Permalink
  31. def nanoTime: Long

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def noSuchElementException(msg: String): Nothing

    Permalink
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def now(): FileTime

    Permalink
  37. def runtimeException(msg: String): Nothing

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def systemClassLoader: ClassLoader

    Permalink
  40. def threadSleep(ms: Long): Unit

    Permalink
  41. def threadYield(): Unit

    Permalink
  42. def toString(): java.lang.String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def unsupportedOperationException(msg: String): Nothing

    Permalink
  44. def utf8Charset: Charset

    Permalink
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped