Class

com.rallyhealth.weepickle.v1.implicits.DefaultTos

MapStringTo

Related Doc: package DefaultTos

Permalink

class MapStringTo[T] extends (DefaultTos.this)#SimpleTo[T]

Linear Supertypes
(DefaultTos.this)#SimpleTo[T], SimpleVisitor[Any, T], (DefaultTos.this)#To[T], Visitor[Any, T], AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapStringTo
  2. SimpleTo
  3. SimpleVisitor
  4. To
  5. Visitor
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapStringTo(f: (CharSequence) ⇒ T)

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    Visitor → AutoCloseable
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def expectedMsg: String

    Permalink
    Definition Classes
    MapStringTo → SimpleVisitor
  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def map[Z](f: (T) ⇒ Z): (DefaultTos.this)#To[Z]

    Permalink
    Definition Classes
    To → Visitor
  15. def mapNulls[Z](f: (T) ⇒ Z): (DefaultTos.this)#To[Z]

    Permalink
    Definition Classes
    To → Visitor
  16. def narrow[K <: T]: (DefaultTos.this)#To[K]

    Permalink
    Definition Classes
    To
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. def visitArray(length: Int): ArrVisitor[Any, T]

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  23. def visitBinary(bytes: Array[Byte], offset: Int, len: Int): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  24. def visitChar(c: Char): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  25. def visitExt(tag: Byte, bytes: Array[Byte], offset: Int, len: Int): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  26. def visitFalse(): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  27. def visitFloat32(d: Float): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  28. def visitFloat64(d: Double): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  29. def visitFloat64String(s: String): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  30. def visitFloat64StringParts(cs: CharSequence, decIndex: Int, expIndex: Int): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  31. def visitInt32(i: Int): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  32. def visitInt64(l: Long): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  33. def visitNull(): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  34. def visitObject(length: Int): ObjVisitor[Any, T]

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  35. def visitString(cs: CharSequence): T

    Permalink
    Definition Classes
    MapStringTo → SimpleVisitor → Visitor
  36. def visitTimestamp(instant: Instant): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  37. def visitTrue(): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  38. def visitUInt64(ul: Long): T

    Permalink
    Definition Classes
    SimpleVisitor → Visitor
  39. final def wait(): Unit

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

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

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

Inherited from (DefaultTos.this)#SimpleTo[T]

Inherited from SimpleVisitor[Any, T]

Inherited from (DefaultTos.this)#To[T]

Inherited from Visitor[Any, T]

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped