Skip to content

Commit

Permalink
Link WPILIB page
Browse files Browse the repository at this point in the history
  • Loading branch information
bovlb committed Oct 1, 2024
1 parent 26a490d commit ac45d8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commands/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,7 @@ It has a `call()` method that returns a value of some type.

`Callable`s are used when expecting a new result each time (like an anonymous factory), when the work involves things that might throw (like file or network input/output), or when passing function references between threads.
These are not much used in FRC programming.

## See also

* [Functions as Data](https://docs.wpilib.org/en/stable/docs/software/basic-programming/functions-as-data.html)

0 comments on commit ac45d8d

Please sign in to comment.