UnboxPrimitives

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun apply(domain: Type, value: GetSetter<out Any>): GetSetter<out Any>
Transform an object from one type to another, wrapped into a GetSetter
Link copied to clipboard
open fun codomain(domain: Type): Optional<Type>
For a given type, return what type this morphism transform each object into.