Package edu.wpi.grip.core.operations.templated
Templates for various
Operations. Many of these classes
contain duplicated code because there is no way to create types at runtime. The best place to
start looking at this package is the
TemplateFactory.-
Class Summary Class Description TemplateFactory Allows you to easily createSupplier<Operation>using onlySocketHintsand a lambda that will be run as part of theOperation.perform()method.