Object

wvlet.obj

TypeUtil

Related Doc: package obj

Permalink

object TypeUtil extends LogSupport

Since

2012/07/17

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeUtil
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ClassToTag extends AnyRef

    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 def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canBuildFromBuffer[T](cl: Class[T]): Boolean

    Permalink
  6. def canBuildFromString[T](cl: Class[T]): Boolean

    Permalink
  7. def canInstantiate[A](cl: Class[A]): Boolean

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def cls[A](obj: A): Class[_]

    Permalink
    Annotations
    @inline()
  10. def companionObject[A](cl: Class[A]): Option[Any]

    Permalink
  11. macro def debug(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  12. macro def debug(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  13. def defaultConstructorParameters[A](cl: Class[A]): Seq[AnyRef]

    Permalink
  14. def elementType[T](cl: Class[T]): Class[_]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. macro def error(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  18. macro def error(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hasDefaultConstructor[A](cl: Class[A]): Boolean

    Permalink
  22. def hasStringUnapplyConstructor[T](cl: Class[T]): Boolean

    Permalink

    If the class has unapply(s:String) : T method in the companion object for instantiating class T, returns true.

  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. macro def info(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  25. macro def info(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  26. def isArray[T](cl: Class[T]): Boolean

    Permalink
  27. def isBuffer[T](cl: Class[T]): Boolean

    Permalink
  28. def isEither[T](cl: Class[T]): Boolean

    Permalink
  29. def isIndexedSeq[T](cl: Class[T]): Boolean

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def isList[T](cl: Class[T]): Boolean

    Permalink
  32. def isMap[T](cl: Class[T]): Boolean

    Permalink
  33. def isOption[T](cl: Class[T]): Boolean

    Permalink
  34. def isParSeq[T](cl: Class[T]): Boolean

    Permalink
  35. def isPrimitive[T](cl: Class[T]): Boolean

    Permalink
  36. def isSeq[T](cl: Class[T]): Boolean

    Permalink
  37. def isSet[T](cl: Class[T]): Boolean

    Permalink
  38. def isTraversable[T](cl: Class[T]): Boolean

    Permalink
  39. def isTraversableOnce[T](cl: Class[T]): Boolean

    Permalink
  40. def isTuple[T](cl: Class[T]): Boolean

    Permalink
  41. lazy val logger: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. def newInstance[A](cl: Class[A]): A

    Permalink
  44. def newInstance[A, B <: AnyRef](cl: Class[A], args: Seq[B]): A

    Permalink
  45. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toBuffer(input: Any, valueType: ObjectType): Buffer[_]

    Permalink

    Convert immutable collections or arrays to a mutable buffer

  49. def toBuffer[A](input: Array[A]): Buffer[A]

    Permalink
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. macro def trace(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  52. macro def trace(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. macro def warn(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  57. macro def warn(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  58. def zero[A](cl: Class[A]): A

    Permalink
  59. def zero[A](cl: Class[A], param: ObjectType): A

    Permalink

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped