All Classes and Interfaces

Classes
Class
Description
JavaScriptDslBiConsumer is meant to be used as type of BiConsumer from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.
JavaScriptDslBiFunction is meant to be used as type of BiFunction from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.
JavaScriptDslBiPredicate is meant to be used as type of BiPredicate from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.
JavaScriptDslConsumer is meant to be used as type of Consumer from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.
JavaScriptDslFunction is meant to be used as type of Function from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.
JavaScriptDslHelper is a utility class for the runtime implementation of the main functional interfaces.
JavaScriptDslPredicate is meant to be used as type of Predicate from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.
JavaScriptDslProcessor is meant to be used as type of Processor from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.
JavaScriptDslSupplier is meant to be used as type of Supplier from a JavaScript file to remain compatible with the native mode that doesn't support the function Java.extend.