Class IsNanFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.JsonPredicateFunction
-
- net.thisptr.jackson.jq.internal.functions.IsNanFunction
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class IsNanFunction extends JsonPredicateFunction
-
-
Constructor Summary
Constructors Constructor Description IsNanFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static boolean
test(com.fasterxml.jackson.databind.JsonNode value)
-
Methods inherited from class net.thisptr.jackson.jq.internal.JsonPredicateFunction
apply
-
-