Visitor

com.rallyhealth.weepickle.v1.core.Visitor
See theVisitor companion trait
object Visitor

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Visitor.type

Members list

Type members

Classlikes

class ArrDelegate[T, J](val arrVisitor: ArrVisitor[T, J]) extends ArrVisitor[T, J]

Attributes

Supertypes
trait ArrVisitor[T, J]
trait ObjArrVisitor[T, J]
class Object
trait Matchable
class Any
class Delegate[T, J](delegatedTo: Visitor[T, J]) extends Visitor[T, J]

Attributes

Supertypes
trait Visitor[T, J]
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes
class CallbackVisitor[T, J]
class Delegate[T, J]
class MapArrContext[T, V, Z](src: ArrVisitor[T, V], f: V => Z) extends ArrVisitor[T, Z]

Attributes

Supertypes
trait ArrVisitor[T, Z]
trait ObjArrVisitor[T, Z]
class Object
trait Matchable
class Any
class MapObjContext[T, V, Z](src: ObjVisitor[T, V], f: V => Z) extends ObjVisitor[T, Z]

Attributes

Supertypes
trait ObjVisitor[T, Z]
trait ObjArrVisitor[T, Z]
class Object
trait Matchable
class Any
abstract class MapTo[-T, V, Z](delegatedTo: Visitor[T, V]) extends Visitor[T, Z]

Attributes

Supertypes
trait Visitor[T, Z]
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes
class MapTo[T, V, Z]
class ObjDelegate[T, J](val objVisitor: ObjVisitor[T, J]) extends ObjVisitor[T, J]

Attributes

Supertypes
trait ObjVisitor[T, J]
trait ObjArrVisitor[T, J]
class Object
trait Matchable
class Any