IntegrandValue

class IntegrandValue<out T : Any>(value: T) : IntegrandFeature

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

key
Link copied to clipboard
open val key: FeatureKey<IntegrandFeature>
value
Link copied to clipboard
val value: T

Sources

common source
Link copied to clipboard