A
C
F
G
H
I
N
O
P
R
S
U
V
W
R
- readBoolean() - function in org.hildan.hashcode.utils.reader.HCReader
- Reads the next token of the input as a boolean value ("true" or "false" ignoring case).
- readDouble() - function in org.hildan.hashcode.utils.reader.HCReader
- Reads the next token of the input as a double.
- readInt() - function in org.hildan.hashcode.utils.reader.HCReader
- Reads the next token of the input as an int.
- readString() - function in org.hildan.hashcode.utils.reader.HCReader
- Reads the next token of the input as a string.
- runInParallel(I,org.hildan.hashcode.utils.runner.UncaughtExceptionsLogger,java.lang.Boolean,kotlin.coroutines.SuspendFunction1) - function in org.hildan.hashcode.utils.runner.ParallelRunnerKt
- Runs the given function on each of the given input, each in its own coroutine.