//shark-hprof/shark/OnHprofRecordTagListener/Companion

Companion

[jvm]
object Companion

Functions

NameSummary
invoke[jvm]
inline operator fun invoke(crossinline block: (HprofRecordTag, Long, HprofRecordReader) -> Unit): OnHprofRecordTagListener
Utility function to create a OnHprofRecordTagListener from the passed in block lambda instead of using the anonymous object : OnHprofRecordTagListener syntax.