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

jp.ne.opt.chronoscala.RichAny.scala Maven / Gradle / Ivy

The newest version!
package jp.ne.opt.chronoscala

import jp.ne.opt.chronoscala.Tag.CS

class RichAny[A](val underlying: A) extends AnyVal {
  def cs: CS[A] = underlying.asInstanceOf[CS[A]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy