Uses of Class
org.anchoranalysis.io.input.InputsWithDirectory
| Package | Description |
|---|---|
| org.anchoranalysis.io.input |
Classes relating to creating inputs for an experiment / task.
|
| org.anchoranalysis.io.input.bean |
Beans related to collecting inputs from the file-system for an experiment.
|
-
Uses of InputsWithDirectory in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that return InputsWithDirectory Modifier and Type Method Description <S extends InputFromManager>
InputsWithDirectory<S>InputsWithDirectory. map(Function<T,S> mapFunction)Creates a newInputsWithDirectorywhich is the result of mapping the existing inputs.<S extends InputFromManager, E extends Exception>
InputsWithDirectory<S>InputsWithDirectory. map(CheckedFunction<T,S,E> mapFunction, Class<? extends E> throwableClass)Creates a newInputsWithDirectorywhich is the result of mapping the existing inputs.<S extends InputFromManager>
InputsWithDirectory<S>InputsWithDirectory. withInputs(List<S> inputsToAssign)Changes the inputs, but preserves the directory. -
Uses of InputsWithDirectory in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that return InputsWithDirectory Modifier and Type Method Description abstract InputsWithDirectory<T>InputManager. inputs(InputManagerParameters parameters)Creates a list of inputs given particular parameters.InputsWithDirectory<T>InputManagerUnary. inputs(InputManagerParameters parameters)protected abstract InputsWithDirectory<T>InputManagerUnary. inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters)Calculates the inputs to return given the inputs from the delegate.Methods in org.anchoranalysis.io.input.bean with parameters of type InputsWithDirectory Modifier and Type Method Description protected abstract InputsWithDirectory<T>InputManagerUnary. inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters)Calculates the inputs to return given the inputs from the delegate.