cmd

public final static InstantCommand cmd(Subsystem reqs, Function0<Unit> function)

Creates an InstantCommand that executes the given function.

Return

An InstantCommand that executes the given function.

Parameters

function

The function to execute.