Uses of Interface
com.s8.api.web.functions.NeFunction
Packages that use NeFunction
Package
Description
-
Uses of NeFunction in com.s8.api.web.functions.arrays
Subinterfaces of NeFunction in com.s8.api.web.functions.arraysModifier and TypeInterfaceDescriptioninterfaceA web function on Bool8 Array.interfaceA web function on Float32 Array.interfaceA web function on Float64Array.interfaceA web function on Int16 Array.interfaceA web function on Int32 Array.interfaceA web function on Int64 Array.interfaceA Web function onf Int8ArrayinterfaceA Web function on String[].interfaceA Web function on UInt16Array.interfaceA Web function on UInt32 Array.interfaceA web function on UInt64 Array.interfaceA Web function on UInt8 Array. -
Uses of NeFunction in com.s8.api.web.functions.none
Subinterfaces of NeFunction in com.s8.api.web.functions.noneModifier and TypeInterfaceDescriptioninterfaceA Web function on void (for on a click button callback). -
Uses of NeFunction in com.s8.api.web.functions.objects
Subinterfaces of NeFunction in com.s8.api.web.functions.objectsModifier and TypeInterfaceDescriptioninterfaceObjectNeFunction<T extends S8WebObject>A Web function on anS8WebObjectobject.interfaceObjectsListNeFunction<T extends S8WebObject>A Web function on anS8WebObject[] objects array. -
Uses of NeFunction in com.s8.api.web.functions.primitives
Subinterfaces of NeFunction in com.s8.api.web.functions.primitivesModifier and TypeInterfaceDescriptioninterfaceA Web function on an Bool8 argument (from network).interfaceA Web function on an Float32 argument (from network).interfaceA Web function on an Float64 argument (from network).interfaceA Web function on an Int16 argument (from network).interfaceA Web function on an Int32 argument (from network).interfaceA Web function on an Int64 argument (from network).interfaceA Web function on an Int8 argument (from network).interfaceA Web function on an String (encoded as UTF8) argument (from network).interfaceA Web function on an UInt16 argument (from network).interfaceA Web function on an UInt32 argument (from network).interfaceA Web function on an UInt64 argument (from network).interfaceA Web function on an UInt8 argument (from network).