MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.xml.trans
/
UnboxGetSetter
Unbox
Get
Setter
open
class
UnboxGetSetter
:
ParametricTypeMorphism
(
source
)
Members
Constructors
Unbox
Get
Setter
Link copied to clipboard
constructor
(
)
Functions
apply
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
codomain
Link copied to clipboard
open
fun
codomain
(
domain
:
Type
)
:
Optional
<
Type
>
For a given type, return what type this morphism transform each object into.