and

public final ParallelCommand and(Command other)

Adds a command to run in parallel with this one (Both run simultaneously until they finish).


public final ParallelCommand and(Runnable runnable)

Adds a runnable to run in parallel with this one (Both run simultaneously until they finish).