Uses of Interface
org.opencypher.tools.Option
-
Packages that use Option Package Description org.opencypher.tools The tools package contains utilities that are used throughout the library. -
-
Uses of Option in org.opencypher.tools
Methods in org.opencypher.tools that return Option Modifier and Type Method Description static <T> Option<T>Option. option(String name, Function<T,?> lookup)Methods in org.opencypher.tools with parameters of type Option Modifier and Type Method Description static <T> TOption. dynamicOptions(Class<T> optionsType, Function<Method,Object> lookup, Option<? super T>... options)Create a dynamic implementation of the supplied options interface using the specified options to define values.static <T> TOption. options(Class<T> optionsType, Option<? super T>... options)Create a dynamic implementation of the supplied options interface using the specified options to define values.
-