Copy

protected class Copy[U >: T, That](cfactory: CombinerFactory[U, That], val pit: IterableSplitter[T]) extends Transformer[Combiner[U, That], Copy[U, That]]
trait Transformer[Combiner[U, That], Copy[U, That]]
trait Accessor[Combiner[U, That], Copy[U, That]]
trait StrictSplitterCheckTask[Combiner[U, That], Copy[U, That]]
trait Task[Combiner[U, That], Copy[U, That]]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = R
Inherited from
Task

Value members

Concrete methods

def leaf(prev: Option[Combiner[U, That]]): Unit
override def merge(that: Copy[U, That]): Unit
Definition Classes

Inherited methods

def forwardThrowable(): Unit
Inherited from
Task
def repr: Copy[U, That]
Inherited from
Task
def shouldSplitFurther: Boolean
Inherited from
Accessor
def split: Seq[Task[Combiner[U, That], Copy[U, That]]]
Inherited from
Accessor
override def toString: String
Definition Classes
Accessor -> Any
Inherited from
Accessor

Concrete fields

@volatile
var result: Combiner[U, That]

Inherited fields

@volatile
var throwable: Throwable
Inherited from
Task