| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.bundles.iter |
| Modifier and Type | Method and Description |
|---|---|
static IteratorErrorHandlerType |
IteratorErrorHandlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IteratorErrorHandlerType[] |
IteratorErrorHandlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IteratorBuilder<T> |
IteratorBuilder.safe(IteratorErrorHandlerType type) |
static <T> Iterator<T> |
IteratorUtils.safe(IteratorErrorHandlerType type,
Iterator<T> t) |
| Constructor and Description |
|---|
ErrorHandlerIterator(IteratorErrorHandlerType type,
Iterator<T> other) |
Copyright © 2021 vpc open source initiative. All rights reserved.