public class Result extends Object
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Object> |
apply(CompletableFuture<Object> future) |
Object |
consume() |
static Result |
of(Exception exception) |
static Result |
of(Object result) |
String |
toString() |
public CompletableFuture<Object> apply(CompletableFuture<Object> future)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.