Packages

implicit class withStringExtensions extends AnyRef

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

Instance Constructors

  1. new withStringExtensions(json: String)

Value Members

  1. def erasedNode: Option[ErasedNode]
  2. def eval[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], sc: SparkContext): Option[T]
  3. def node[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Option[Node[T]]
  4. def pipelineExpr: Either[Error, List[PipelineExpr]]
  5. def unsafeEval(implicit sc: SparkContext): Option[Any]