Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/DecoratedPath

DecoratedPath

[jvm]\ class DecoratedPath(delegate: Path) : Path

Constructors

DecoratedPath [jvm]
constructor(delegate: Path)

Functions

Name Summary
endNode [jvm]
open override fun endNode(): Node
forEach [jvm]
open fun forEach(p0: Consumer<in Entity>)
iterator [jvm]
open operator override fun iterator(): MutableIterator<Entity>
lastRelationship [jvm]
open override fun lastRelationship(): Relationship
length [jvm]
open override fun length(): Int
nodes [jvm]
open override fun nodes(): MutableIterable<Node>
relationships [jvm]
open override fun relationships(): Iterable<Relationship>
reverseNodes [jvm]
open override fun reverseNodes(): MutableIterable<Node>
reverseRelationships [jvm]
open override fun reverseRelationships(): Iterable<Relationship>
spliterator [jvm]
open fun spliterator(): Spliterator<Entity>
startNode [jvm]
open override fun startNode(): Node