Object/Trait

lspace.librarian.traversal

StructureCalculator

Related Docs: trait StructureCalculator | package traversal

Permalink

object StructureCalculator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructureCalculator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[L <: HList, CT <: ClassType[_], Out0, OutCT0 <: ClassType[_]] = StructureCalculator[L, CT] { ... /* 2 definitions in type refinement */ }

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ContainersToCTMapper extends Poly1

    Permalink
  5. object ContainersToOutMapper extends Poly1

    Permalink
  6. object TraversalsMapper extends Poly1

    Permalink
  7. object TraversalsMapper2 extends Poly1

    Permalink
  8. object TraversalsMapper3 extends Poly1

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit def groupStep[L <: HList, CT <: ClassType[_], AT <: ClassType[_], Segments <: HList, Steps <: HList, RSteps <: HList, Containers <: HList](implicit flat: shapeless.ops.hlist.FlatMapper.Aux[SegmentMapper.type, Segments, Steps], reverse: shapeless.ops.hlist.Reverse.Aux[Steps, RSteps], f: shapeless.ops.hlist.Collect.Aux[RSteps, ContainerSteps.type, Containers], innerKey: StructureCalculator[Containers, AT], inner: StructureCalculator[L, CT]): Aux[::[Group[AT, Segments], L], CT, Map[Out, Out], CollectionType[Map[Out, Out]]]

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit def head[CT <: ClassType[_], Tout, CTout <: ClassType[_]](implicit clsTpbl: structure.util.ClassTypeable.Aux[CT, Tout, CTout]): Aux[::[Head, HNil], CT, Tout, CTout]

    Permalink
  18. implicit def hnil[CT <: ClassType[_], Tout, CTout <: ClassType[_]](implicit clsTpbl: structure.util.ClassTypeable.Aux[CT, Tout, CTout]): Aux[HNil, CT, List[Tout], ListType[Tout]]

    Permalink
  19. implicit def hnil2[CT <: ClassType[_], Tout, CTout <: ClassType[_]](implicit clsTpbl: structure.util.ClassTypeable.Aux[CT, Tout, CTout]): Aux[HNil.type, CT, List[Tout], ListType[Tout]]

    Permalink
  20. implicit def inemapStep[L <: HList, CT <: ClassType[_]](implicit inner: StructureCalculator[L, CT]): Aux[::[InEMap, L], CT, Map[Property, Out], CollectionType[Map[Property, Out]]]

    Permalink
  21. implicit def inmapStep[L <: HList, CT <: ClassType[_]](implicit inner: StructureCalculator[L, CT]): Aux[::[InMap, L], CT, Map[Property, Out], CollectionType[Map[Property, Out]]]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. implicit def last[CT <: ClassType[_], Tout, CTout <: ClassType[_]](implicit clsTpbl: structure.util.ClassTypeable.Aux[CT, Tout, CTout]): Aux[::[Last, HNil], CT, Tout, CTout]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. implicit def outemapStep[L <: HList, CT <: ClassType[_]](implicit inner: StructureCalculator[L, CT]): Aux[::[OutEMap, L], CT, Map[Property, Out], CollectionType[Map[Property, Out]]]

    Permalink
  28. implicit def outmapStep[L <: HList, CT <: ClassType[_]](implicit inner: StructureCalculator[L, CT]): Aux[::[OutMap, L], CT, Map[Property, Out], CollectionType[Map[Property, Out]]]

    Permalink
  29. implicit def pathStep[L <: HList, ET <: ClassType[_], Segments <: HList, Steps <: HList, RSteps <: HList, Containers <: HList](implicit flat: shapeless.ops.hlist.FlatMapper.Aux[SegmentMapper.type, Segments, Steps], reverse: shapeless.ops.hlist.Reverse.Aux[Steps, RSteps], f: shapeless.ops.hlist.Collect.Aux[RSteps, ContainerSteps.type, Containers], inner: StructureCalculator[Containers, ET]): Aux[::[Path[ET, Segments], HNil], ClassType[Nothing], List[Out], CollectionType[List[Out]]]

    Permalink
  30. implicit def projectStep[L <: HList, Traversals <: HList, Containers <: HList, CTout <: HList, Tout <: HList, Out](implicit mapper: shapeless.ops.hlist.Mapper.Aux[TraversalsMapper.type, Traversals, Containers], outCtMapper: shapeless.ops.hlist.Mapper.Aux[TraversalsMapper2.type, Traversals, CTout], outMapper: shapeless.ops.hlist.Mapper.Aux[TraversalsMapper3.type, Traversals, Tout], tupler: shapeless.ops.hlist.Tupler.Aux[Tout, Out]): Aux[::[Project[Traversals], HNil], ClassType[Nothing], Out, TupleType[Out]]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped