Package org.team1126.lib.swerve.hardware
Interface SwerveMotors.SwerveMotor.Ctor
- All Superinterfaces:
BiFunction<SwerveConfig,Boolean, SwerveMotors.SwerveMotor>
- Enclosing class:
SwerveMotors.SwerveMotor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface SwerveMotors.SwerveMotor.Ctor
extends BiFunction<SwerveConfig,Boolean,SwerveMotors.SwerveMotor>
(config, isMoveMotor) -> SwerveMotor-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply