Interface IntToBooleanFunction


public interface IntToBooleanFunction
Functional interface representing a function that takes an integer input and produces a boolean output.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(int value)
     
  • Method Details

    • apply

      boolean apply(int value)