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

scalaz.ByteW.scala Maven / Gradle / Ivy

The newest version!
package scalaz

sealed trait ByteW extends PimpedType[Byte] {
  import Scalaz._
  
  def ∏ : ByteMultiplication = multiplication(value)
}

trait Bytes {
  implicit def ByteTo(n: Byte): ByteW = new ByteW {
    val value = n
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy