ResolveResult

data class ResolveResult(val node: LithoNode?, val context: ComponentContext, val component: Component, cache: MeasuredResultCache, val treeState: TreeState, val isPartialResult: Boolean, val version: Int, val eventHandlers: List<Pair<String, EventHandler<*>>>?, val outputs: Resolver.Outputs?, val contextForResuming: ResolveContext?) : PotentiallyPartialResult

Constructors

Link copied to clipboard
constructor(node: LithoNode?, context: ComponentContext, component: Component, cache: MeasuredResultCache, treeState: TreeState, isPartialResult: Boolean, version: Int, eventHandlers: List<Pair<String, EventHandler<*>>>?, outputs: Resolver.Outputs?, contextForResuming: ResolveContext?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val isPartialResult: Boolean

Return true if this result calculated from a TreeFuture is partial.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard