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

com.flextrade.jfixture.internal.ScalaRelays.scala Maven / Gradle / Ivy

package com.flextrade.jfixture.internal

object ScalaRelays {
  val ListClass = classOf[List[_]]
  val SetClass = classOf[Set[_]]
  val MapClass = classOf[Map[_,_]]

  lazy val collections = new ScalaCollectionRelay
  lazy val primitives = new ScalaPrimitivesBuilder
  lazy val reflection = new ClassTagCollectionRelay
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy