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 TypeInterfaceDescriptioninterface
A web function on Bool8 Array.interface
A web function on Float32 Array.interface
A web function on Float64Array.interface
A web function on Int16 Array.interface
A web function on Int32 Array.interface
A web function on Int64 Array.interface
A Web function onf Int8Arrayinterface
A Web function on String[].interface
A Web function on UInt16Array.interface
A Web function on UInt32 Array.interface
A web function on UInt64 Array.interface
A 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 TypeInterfaceDescriptioninterface
A 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 TypeInterfaceDescriptioninterface
ObjectNeFunction<T extends S8WebObject>
A Web function on anS8WebObject
object.interface
ObjectsListNeFunction<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 TypeInterfaceDescriptioninterface
A Web function on an Bool8 argument (from network).interface
A Web function on an Float32 argument (from network).interface
A Web function on an Float64 argument (from network).interface
A Web function on an Int16 argument (from network).interface
A Web function on an Int32 argument (from network).interface
A Web function on an Int64 argument (from network).interface
A Web function on an Int8 argument (from network).interface
A Web function on an String (encoded as UTF8) argument (from network).interface
A Web function on an UInt16 argument (from network).interface
A Web function on an UInt32 argument (from network).interface
A Web function on an UInt64 argument (from network).interface
A Web function on an UInt8 argument (from network).