TruncatingValueConversion

@implicitNotFound("No truncating value conversion in scope for value types ${VF} => ${VT}")
abstract class TruncatingValueConversion[VF, VT] extends VF => VT
trait VF => VT
class Object
trait Matchable
class Any

Value members

Inherited methods

def andThen[A](g: VT => A): VF => A
Inherited from:
Function1
def apply(v1: VF): VT
Inherited from:
Function1
def compose[A](g: A => VF): A => VT
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1