public interface YogaNode.Inputs
The interface the getData object can optionally implement.
abstract void
freeze(YogaNode node, @Nullable() YogaNode parent)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void freeze(YogaNode node, @Nullable() YogaNode parent)
Requests the data object to disable mutations of its inputs.