SplitterApplyWithBoundInput

class Object
trait Matchable
class Any

Value members

Concrete methods

def consecutiveMatches[Context](matcher: PartialFunction[In, Context]): Splitter[In, Context]

See Splitter.consecutiveMatches

See Splitter.consecutiveMatches

def consecutiveMatches(p: In => Boolean): Splitter[In, Any]

See Splitter.consecutiveMatches

See Splitter.consecutiveMatches

def fromMatcher[Elem, C](matcher: ContextMatcher[Elem, C])(implicit S: StackLike[In, Elem], pos: CallerPos): Splitter[In, C]

See Splitter.fromMatcher

See Splitter.fromMatcher

def splitOnMatch[C](matcher: PartialFunction[In, C]): Splitter[In, C]

See Splitter.splitOnMatch

See Splitter.splitOnMatch

def splitOnMatch(f: In => Boolean): Splitter[In, Any]

See Splitter.splitOnMatch

See Splitter.splitOnMatch