| Package | Description |
|---|---|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| Modifier and Type | Method and Description |
|---|---|
R2DebugInstances |
R2DebugInstances.Builder.build()
Builds a new
R2DebugInstances. |
static R2DebugInstances |
R2DebugInstances.copyOf(R2DebugInstancesType instance)
Creates an immutable copy of a
R2DebugInstancesType value. |
static R2DebugInstances |
R2DebugInstances.of(Iterable<? extends R2DebugLineSegment> lineSegments,
Iterable<? extends R2DebugCubeInstance> cubes,
Iterable<? extends R2DebugInstanceSingle> instanceSingles)
Construct a new immutable
R2DebugInstances instance. |
static R2DebugInstances |
R2DebugInstances.of(List<R2DebugLineSegment> lineSegments,
List<R2DebugCubeInstance> cubes,
List<R2DebugInstanceSingle> instanceSingles)
Construct a new immutable
R2DebugInstances instance. |
R2DebugInstances |
R2DebugInstances.withCubes(Iterable<? extends R2DebugCubeInstance> elements)
Copy the current immutable object with elements that replace the content of
cubes. |
R2DebugInstances |
R2DebugInstances.withCubes(R2DebugCubeInstance... elements)
Copy the current immutable object with elements that replace the content of
cubes. |
R2DebugInstances |
R2DebugInstances.withInstanceSingles(Iterable<? extends R2DebugInstanceSingle> elements)
Copy the current immutable object with elements that replace the content of
instanceSingles. |
R2DebugInstances |
R2DebugInstances.withInstanceSingles(R2DebugInstanceSingle... elements)
Copy the current immutable object with elements that replace the content of
instanceSingles. |
R2DebugInstances |
R2DebugInstances.withLineSegments(Iterable<? extends R2DebugLineSegment> elements)
Copy the current immutable object with elements that replace the content of
lineSegments. |
R2DebugInstances |
R2DebugInstances.withLineSegments(R2DebugLineSegment... elements)
Copy the current immutable object with elements that replace the content of
lineSegments. |
Copyright © 2016 <code@io7m.com> http://io7m.com