Uses of Class
org.opencypher.tools.TypedArgument
-
Packages that use TypedArgument Package Description org.opencypher.tools The tools package contains utilities that are used throughout the library. -
-
Uses of TypedArgument in org.opencypher.tools
Methods in org.opencypher.tools that return TypedArgument Modifier and Type Method Description static TypedArgumentTypedArgument. typed(Class<?> type, Object value)Factory method.Methods in org.opencypher.tools with parameters of type TypedArgument Modifier and Type Method Description static Class<?>[]TypedArgument. types(TypedArgument... arguments)Extract the parameter types from an array ofTypedArguments.static Object[]TypedArgument. values(TypedArgument... arguments)Extract the argument values from an array ofTypedArguments.
-