| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.util.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> net.thevpc.nuts.NutsIterator<T> |
IteratorUtils.safe(IteratorErrorHandlerType type,
net.thevpc.nuts.NutsIterator<T> t,
net.thevpc.nuts.NutsSession session) |
| Constructor and Description |
|---|
ErrorHandlerIterator(IteratorErrorHandlerType type,
Iterator<T> base,
net.thevpc.nuts.NutsSession session) |
Copyright © 2022 vpc open source initiative. All rights reserved.