All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spice.delta.CachedInformation.scala Maven / Gradle / Ivy

The newest version!
package spice.delta

case class CachedInformation(byId: Map[String, Tag.Open],
                             byClass: Map[String, Set[Tag.Open]],
                             byTag: Map[String, Set[Tag.Open]],
                             byAttribute: Map[String, Set[Tag.Open]])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy