implicit class withStringExtensions extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withStringExtensions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withStringExtensions(json: String)
Value Members
- def erasedNode: Option[ErasedNode]
- def eval[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], sc: SparkContext): Option[T]
- def node[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Option[Node[T]]
- def pipelineExpr: Either[Error, List[PipelineExpr]]
- def unsafeEval(implicit sc: SparkContext): Option[Any]