PathMultimapEntry

interface PathMultimapEntry<out T>(source)

An entry of the path multimap with values of type T.

Inheritors

Properties

Link copied to clipboard
abstract val id: PathMultimapEntryId

Unique identified of the entry in the multimap.

Link copied to clipboard
abstract val path: AbsolutePath

Path of the multimap entry.

Link copied to clipboard
abstract val value: T

Value of the multimap entry.

Functions

Link copied to clipboard
open operator fun component1(): AbsolutePath
Link copied to clipboard
open operator fun component2(): T
Link copied to clipboard
open operator fun component3(): PathMultimapEntryId