Optional Factory
May create a new VirtualInstanceReferenceReader, depending on what's in the heap graph. OptionalFactory implementations might return a different ReferenceReader depending on which version of a class is present in the heap dump, or they might return null if that class is missing.
Inheritors
Functions
Link copied to clipboard
abstract fun create(graph: HeapGraph): ChainingInstanceReferenceReader.VirtualInstanceReferenceReader?