Skip to content

Instantly share code, notes, and snippets.

@LinusSkucas
Created February 4, 2020 03:35
Show Gist options
  • Save LinusSkucas/85ac92bb9bdd77be5ee6906973e2a1bc to your computer and use it in GitHub Desktop.
Save LinusSkucas/85ac92bb9bdd77be5ee6906973e2a1bc to your computer and use it in GitHub Desktop.
JAVA WITH LAMBDA WITH ARG
shooterIntakeJoystick.addButton(5, () -> shooter.setShooterVic(-0.9), shooter::stopShooting);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment