object
Imp
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
implicit def
anyImp
[T]
(v: T): AnyImp[T]
-
implicit def
anyRefImp
[T <: AnyRef]
(v: T): AnyRefImp[T]
-
implicit def
array
[A]
(a: Array[A]): ArrayImp[A]
-
def
asInstanceOf
[T0]
: T0
-
def
background
(block: ⇒ Unit): Unit
-
implicit def
boolean
(v: Boolean): BooleanImp
-
implicit def
byteArray
(ba: Array[Byte]): ByteArray
-
implicit def
calendarImp
(v: Calendar): CalendarImp
-
def
clone
(): AnyRef
-
implicit def
dateImp
(v: Date): DateImp
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
implicit def
jackson
(v: JsonNode): JsonNodeImp
-
def
log
(msg: String = "", exception: Exception = null): Unit
-
def
look
[T]
(msg: String, block: ⇒ T): T
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
implicit def
option
[A]
(v: Option[A]): OptionImp[A]
-
implicit def
seqImp
[A]
(a: Seq[A]): SeqImp[A]
-
def
spam
(msg: String): Unit
-
implicit def
string
(v: String): StringImp
-
implicit def
symbol
(v: Symbol): String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
trystr
[T]
(block: ⇒ String): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
IMPlicit IMPorts.