public class And extends Object implements Expression<Boolean>
| Modifier | Constructor and Description |
|---|---|
protected |
And() |
|
And(Expression<Boolean> first,
Expression<Boolean> second,
Expression<Boolean>... others) |
| Modifier and Type | Method and Description |
|---|---|
List<Expression<Boolean>> |
getExpressions() |
String |
toString() |
protected And()
public And(Expression<Boolean> first, Expression<Boolean> second, Expression<Boolean>... others)
Copyright © 2021. All Rights Reserved.