public static class TypedSimpleOrderPath.TypedBuilder<R,P extends TypedSimpleOrderPath<R>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SimpleOrderPath.Builder |
builder |
protected BinaryFunc<SimpleOrderPath.Builder,Boolean,P> |
pathCreator |
| Constructor and Description |
|---|
TypedBuilder(SimpleOrderPath.Builder builder,
BinaryFunc<SimpleOrderPath.Builder,Boolean,P> pathCreator) |
protected SimpleOrderPath.Builder builder
protected BinaryFunc<SimpleOrderPath.Builder,Boolean,P extends TypedSimpleOrderPath<R>> pathCreator
public TypedBuilder(SimpleOrderPath.Builder builder, BinaryFunc<SimpleOrderPath.Builder,Boolean,P> pathCreator)
Copyright © 2015. All rights reserved.