public class ReferencePath extends MutablePath implements Attachable<Path>
Attachable.Exceptions, Attachable.Method
Path.Exceptions
labels, objects
Modifier | Constructor and Description |
---|---|
protected |
ReferencePath(Path path) |
Modifier and Type | Method and Description |
---|---|
Path |
attach(Function<Attachable<Path>,Path> method) |
Path |
get()
Get the raw object trying to be attached.
|
addLabel, clone, extend, get, hasLabel, labels, make, objects, size, toString
protected ReferencePath(Path path)
public Path get()
Attachable
get
in interface Attachable<Path>
public Path attach(Function<Attachable<Path>,Path> method)
attach
in interface Attachable<Path>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.