com.opendatagroup.hadrian.lib

parse

package parse

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. parse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ParseDouble extends LibFcn with (String) ⇒ Double

  2. class ParseFloat extends LibFcn with (String) ⇒ Float

  3. class ParseInt extends LibFcn with (String, Int) ⇒ Int

  4. class ParseLong extends LibFcn with (String, Int) ⇒ Long

Value Members

  1. val prefix: String

  2. def provide(libFcn: LibFcn): Unit

  3. def provides: ListMap[String, LibFcn]

Inherited from AnyRef

Inherited from Any

Ungrouped