public class WindowFilterBuilder<T> extends Object
| Constructor and Description |
|---|
WindowFilterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(WindowFilter<T> a) |
void |
and() |
void |
and(WindowFilter<T> a) |
WindowFilter<T> |
build() |
boolean |
isEmpty() |
void |
or() |
void |
or(WindowFilter<T> a) |
public boolean isEmpty()
public void and()
public void or()
public void add(WindowFilter<T> a)
public void and(WindowFilter<T> a)
public void or(WindowFilter<T> a)
public WindowFilter<T> build()
Copyright © 2026 vpc open source initiative. All rights reserved.