upickle.core.Visitor
See theVisitor companion trait
object Visitor
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
- Known subtypes
class MapArrContext[T, V, Z](src: ArrVisitor[T, V], f: V => Z) extends ArrVisitor[T, Z]
Attributes
- Supertypes
class MapObjContext[T, V, Z](src: ObjVisitor[T, V], f: V => Z) extends ObjVisitor[T, Z]
Attributes
- Supertypes
In this article