A
C
E
F
G
H
I
N
O
P
R
S
T
U
W
W
- withHCReader(String,Regex,Function1) - function in org.hildan.hashcode.utils.reader
- Executes the given readProblem function on a new HCReader, reading the given input text.
- withHCReader(Path,Regex,Function1) - function in org.hildan.hashcode.utils.reader
- Executes the given readProblem function on a new HCReader, reading the file at the given path.
- writeHCOutputFile(Path,Iterable) - function in org.hildan.hashcode.utils.writer
- Writes the given lines to a file at the given path.