Interface AbstractVelocitySubsystem.TriFunction<A,B,C,R>

Type Parameters:
A - first argument type
B - second argument type
C - third argument type
R - return type
Enclosing class:
AbstractVelocitySubsystem<TConfig extends AbstractVelocitySubsystemConfig>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface AbstractVelocitySubsystem.TriFunction<A,B,C,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A a, B b, C c)
    Applies this function to the given arguments.
  • Method Details

    • apply

      R apply(A a, B b, C c)
      Applies this function to the given arguments.
      Parameters:
      a - first argument
      b - second argument
      c - third argument
      Returns:
      function result