public interface FileIndexResult
Modifier and Type | Field and Description |
---|---|
static FileIndexResult |
REMAIN |
static FileIndexResult |
SKIP |
Modifier and Type | Method and Description |
---|---|
default FileIndexResult |
and(FileIndexResult fileIndexResult) |
default FileIndexResult |
or(FileIndexResult fileIndexResult) |
boolean |
remain() |
static final FileIndexResult REMAIN
static final FileIndexResult SKIP
boolean remain()
default FileIndexResult and(FileIndexResult fileIndexResult)
default FileIndexResult or(FileIndexResult fileIndexResult)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.