ToFrom

@implicitNotFound("Type ${A} is not allowed to be query input: should be Any or From[A] (..with From[B] with ..)")
sealed trait ToFrom[A] extends Serializable
Companion:
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def transform(value: A): From[_]