Module org.elasticsearch.server
Interface IntToBooleanFunction
public interface IntToBooleanFunction
Functional interface representing a function that takes an integer input
and produces a boolean output.
-
Method Summary
-
Method Details
-
apply
boolean apply(int value)
-