All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.shark.HeapGraphProvider.kt Maven / Gradle / Ivy

There is a newer version: 3.0-alpha-8
Show newest version
package shark

fun interface HeapGraphProvider {
  fun openHeapGraph(): CloseableHeapGraph

  /**
   * This allows external modules to add factory methods for implementations of this interface as
   * extension functions of this companion object.
   */
  companion object
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy