Interface CircularArray_F32.Match

Enclosing class:
CircularArray_F32
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 CircularArray_F32.Match
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isMatch(float value)
     
  • Method Details

    • isMatch

      boolean isMatch(float value)