@FunctionalInterface public interface Filter<T>
Filter is passed as the
parameter to the method when starting a transaction to iterate over the
entries in the repayment process.
This class comes from the ideal of java.nio.file.DirectoryStream.FilterDirectoryStream.Filter| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T entry)
Decides if the given directory entry should be accepted or filtered.
|
boolean accept(T entry)
entry - the entry to be testedtrue if the entry should be filteredCopyright © 2022. All rights reserved.