public static class PartBuilder.And extends Object implements PartBuilder
PartBuilder.Always, PartBuilder.And, PartBuilder.Every, PartBuilder.On, PartBuilder.Range
Constructor and Description |
---|
And(int... values)
构造
|
And(PartBuilder... builders)
构造
|
Modifier and Type | Method and Description |
---|---|
PartBuilder.And |
and(PartBuilder builder)
追加表达式
|
String |
build()
构建
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
always
public And(int... values)
values
- 值列表public And(PartBuilder... builders)
builders
- 表达式列表public PartBuilder.And and(PartBuilder builder)
builder
- 表达式Copyright © 2025. All rights reserved.