public class Filter extends Object
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
FilterLogic |
and(Filter other) |
FilterLogic |
and(FilterLogic other) |
FilterLogic |
or(Filter other) |
FilterLogic |
or(FilterLogic other) |
public FilterLogic and(Filter other)
public FilterLogic and(FilterLogic other)
public FilterLogic or(Filter other)
public FilterLogic or(FilterLogic other)
Copyright © 2025. All rights reserved.