All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ArityN We'd like to pass lambdas toJScriptBox
through a fluent API, which means that we need to describe the function signature in the method name.ArityN.Func0<R> ArityN.Func1<A,R> ArityN.Func2<A,B,R> ArityN.Func3<A,B,C,R> ArityN.Func4<A,B,C,D,R> ArityN.Void0 ArityN.Void1<A> ArityN.Void2<A,B> ArityN.Void3<A,B,C> ArityN.Void4<A,B,C,D> Check Cheap (and performant) knock-off of Guava's Preconditions class.JScriptBox API for exposing objects and functions to a scripting environment.Language Interface which converts the result of aJScriptBox
into aScriptEngine
.Nashorn Nashorn.OnReservedKeyword Describes a policy for dealing with reserved keywords.TypedScriptEngine Wraps up a ScriptEngine with a null-checking and type-checking API.