t

com.avsystem.commons.jiop

JBasicUtils

trait JBasicUtils extends AnyRef

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

Type Members

  1. type JBigDecimal = BigDecimal
  2. type JBigInteger = BigInteger
  3. type JBoolean = Boolean
  4. type JByte = Byte
  5. type JCharacter = Character
  6. type JDate = Date
  7. type JDouble = Double
  8. type JEnum[E <: Enum[E]] = Enum[E]
  9. type JFloat = Float
  10. type JInteger = Integer
  11. type JLong = Long
  12. type JNumber = Number
  13. type JShort = Short
  14. type JStringBuilder = StringBuilder
  15. type JVoid = Void

Value Members

  1. def jCallable[T](expr: ⇒ T): Callable[T]
  2. def jComparator[T](cmp: (T, T) ⇒ Int): Comparator[T]
  3. implicit def jDateTimestampConversions(date: JDate): TimestampConversions
  4. def jRunnable(code: ⇒ Any): Runnable