Package org.team1126.lib.swerve.hardware
Interface SwerveEncoders.SwerveEncoder.Ctor
- All Superinterfaces:
BiFunction<SwerveConfig,SwerveMotors.SwerveMotor, SwerveEncoders.SwerveEncoder>
- Enclosing class:
SwerveEncoders.SwerveEncoder
- 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 SwerveEncoders.SwerveEncoder.Ctor
extends BiFunction<SwerveConfig,SwerveMotors.SwerveMotor,SwerveEncoders.SwerveEncoder>
(config, turnMotor) -> SwerveEncoder-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply