Uses of Interface
io.github.protasm.jvmud.compiler.runtime.RuntimeCallable
Packages that use RuntimeCallable
Package
Description
Compiled-LPC support runtime consumed by generated bytecode.
-
Uses of RuntimeCallable in io.github.protasm.jvmud.compiler.runtime
Classes in io.github.protasm.jvmud.compiler.runtime that implement RuntimeCallableModifier and TypeClassDescriptionfinal classRuntime representation for an LPC function literal.Methods in io.github.protasm.jvmud.compiler.runtime with parameters of type RuntimeCallableModifier and TypeMethodDescriptionstatic ObjectRuntimeCollectionTransform.filter(Object source, RuntimeCallable callback, Object[] extras, RuntimeContext runtime) Applies LPCfilter()semantics to arrays, strings, and mappings.static ObjectRuntimeCollectionTransform.map(Object source, RuntimeCallable callback, Object[] extras, RuntimeContext runtime) Applies LPCmap()semantics to arrays, strings, and mappings.static ObjectRuntimeCollectionTransform.sortArray(Object source, RuntimeCallable callback, Object[] extras, RuntimeContext runtime) Applies callable-form LPCsort_array()semantics.