| Package | Description |
|---|---|
| org.opencypher.tools |
The tools package contains utilities that are used throughout the library.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedArgument |
TypedArgument.typed(Class<?> type,
Object value)
Factory method.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Reflection.lambda(MethodHandles.Lookup caller,
Class<T> type,
MethodHandle target,
TypedArgument... arguments)
Implement a functional interface by a
MethodHandle in the same way that a lambda would. |
static Class<?>[] |
TypedArgument.types(TypedArgument... arguments)
Extract the parameter types from an array of
TypedArguments. |
static Object[] |
TypedArgument.values(TypedArgument... arguments)
Extract the argument values from an array of
TypedArguments. |
Copyright © 2019. All rights reserved.