| Package | Description |
|---|---|
| tech.generated.common | |
| tech.generated.common.engine.spi.summner | |
| tech.generated.common.engine.spi.summner.path | |
| tech.generated.common.path |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context<T>
Context for processing generated objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Init<T> |
| Modifier and Type | Method and Description |
|---|---|
Path<?,? extends Context<T>> |
Init.parent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Path<?,?>> |
Init.child() |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectContext<T> |
class |
ValueContext<T> |
| Modifier and Type | Method and Description |
|---|---|
Path<?,? extends Context<T>> |
ValueContext.parent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.BiPredicate<T,Path<?,?>> |
CommonValueMatchSelector.getMatcher() |
| Constructor and Description |
|---|
CommonValueMatchSelector(String name,
Selector<Context<?>> parent,
long metrics,
java.util.function.BiPredicate<T,Path<?,?>> matcher,
T value) |
ValueEqualsSelector(String name,
Selector<Context<?>> parent,
long metrics,
java.util.function.Function<Path<?,?>,T> getter,
T value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Path<N,P extends Path<N,P>>
Path class contains data for identified objects by same parameters, like this object name, value and another.
|
interface |
Selector<P extends Path<?,? extends P>>
Class represents selectors.
|
| Modifier and Type | Method and Description |
|---|---|
Path<?,? extends P> |
Path.parent()
Parent path.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Path<?,?>> |
Path.child()
Child paths.
|
default java.util.stream.Stream<Path<?,?>> |
Path.stream() |
Copyright © 2020. All rights reserved.