Uses of Class
io.roastedroot.quickjs4j.core.GuestFunction
-
-
Uses of GuestFunction in io.roastedroot.quickjs4j.core
Methods in io.roastedroot.quickjs4j.core that return GuestFunction Modifier and Type Method Description GuestFunctionInvokables. byName(String name)Methods in io.roastedroot.quickjs4j.core that return types with arguments of type GuestFunction Modifier and Type Method Description Collection<GuestFunction>Invokables. functions()Methods in io.roastedroot.quickjs4j.core with parameters of type GuestFunction Modifier and Type Method Description Invokables.BuilderInvokables.Builder. add(GuestFunction fun)Invokables.BuilderInvokables.Builder. add(GuestFunction... functions)
-