Interface UnitTests.TwoValuesCheckMatching

Enclosing class:
UnitTests
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface UnitTests.TwoValuesCheckMatching
A helper interface for array checking.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkMatching(double v1, double v2, double eps)
     
  • Method Details

    • checkMatching

      boolean checkMatching(double v1, double v2, double eps)