Core
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Core
Core
/
de.finkmoritz.bcgdsl.core.value
/
ValueResolver
Value
Resolver
interface
ValueResolver
Resolves the value of a
Value
for a
CardInstance
.
Members
Functions
value
Link copied to clipboard
abstract
fun
<
T
>
value
(
target
:
Valuable
,
value
:
Value
<
T
>
)
:
T
?
Returns the value of
value
for
target
.