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

com.avsystem.commons.rpc.RawValueCompanion.scala Maven / Gradle / Ivy

The newest version!
package com.avsystem.commons
package rpc

abstract class RawValueCompanion[Raw] {
  type AsRaw[Real] = rpc.AsRaw[Raw, Real]
  type AsReal[Real] = rpc.AsReal[Raw, Real]
  type AsRawReal[Real] = rpc.AsRawReal[Raw, Real]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy