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