public static interface IncrementalMountRenderCoreExtension.InputProvider<R extends Node.LayoutResult<?>>
IncrementalMountRenderCoreExtension
to
enable the extension to collect the required data from the Node.LayoutResult
during the
layout pass.Modifier and Type | Method and Description |
---|---|
boolean |
hasRenderTreeHosts(R result)
Return
true if the will host any RenderTreeHost . |
boolean hasRenderTreeHosts(R result)
true
if the will host any RenderTreeHost
.