| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceIterator<T>
Closeable Iterator with associated resources.
|
| Modifier and Type | Field and Description |
|---|---|
static Resource |
Resource.EMPTY
Empty resource that doesn't
close anything. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Resource> |
ResourceUtils.closeAll(Iterable<T> resources) |
static <T extends Resource> |
ResourceUtils.closeAll(Stream<T> resources)
Close all resources.
|
static <T extends Resource> |
ResourceUtils.closeAll(T... resources) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Resource> |
ResourceUtils.closeAll(T... resources) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.