ValueResolver

interface ValueResolver

Resolves the value of a Value for a CardInstance.

Functions

Link copied to clipboard
abstract fun <T> value(target: Valuable, value: Value<T>): T?

Returns the value of value for target.