StringSplit

final case
class StringSplit() extends NamedOp[String, String, Int, Seq[String]]
Companion
object
trait Serializable
class NamedOp[String, String, Int, Seq[String]]
class Op[String, String, Int, Seq[String]]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(s: String, regex: String, limit: Int): Seq[String]
def name: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def productPrefix: String
Definition Classes
NamedOp -> Product
Inherited from
NamedOp
override
def toString: String
Definition Classes
NamedOp -> Any
Inherited from
NamedOp