Uses of Interface
jodd.jerry.JerryFunction
-
Packages that use JerryFunction Package Description jodd.jerry Jerry - Java jQuery! -
-
Uses of JerryFunction in jodd.jerry
Methods in jodd.jerry with parameters of type JerryFunction Modifier and Type Method Description JerryJerry. each(JerryFunction function)Iterates over a jQuery object, executing a function for each matched element.JerryJerry. filter(JerryFunction jerryFunction)Reduces the set of matched elements to those that pass thefunction'stest.
-