-
Method parameters in org.burningwave.core.io with type arguments of type IterableZipContainer.Entry
| Modifier and Type |
Method |
Description |
default Set<IterableZipContainer.Entry> |
IterableZipContainer.findAll(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default Set<IterableZipContainer.Entry> |
IterableZipContainer.findAll(Supplier<Set<IterableZipContainer.Entry>> setSupplier,
Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default Set<IterableZipContainer.Entry> |
IterableZipContainer.findAll(Supplier<Set<IterableZipContainer.Entry>> setSupplier,
Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> Set<T> |
IterableZipContainer.findAllAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> Set<T> |
IterableZipContainer.findAllAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> Set<T> |
IterableZipContainer.findAllAndConvert(Supplier<Set<T>> supplier,
Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> Set<T> |
IterableZipContainer.findAllAndConvert(Supplier<Set<T>> supplier,
Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default IterableZipContainer.Entry |
IterableZipContainer.findFirst(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> T |
IterableZipContainer.findFirstAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> T |
IterableZipContainer.findFirstAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default IterableZipContainer.Entry |
IterableZipContainer.findOne(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> T |
IterableZipContainer.findOneAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
default <T> T |
IterableZipContainer.findOneAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate,
Function<IterableZipContainer.Entry,T> tSupplier,
Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|
IterableZipContainer.Entry |
IterableZipContainer.getNextEntry(Predicate<IterableZipContainer.Entry> loadZipEntryData) |
|