# Function

- [Concurrency](/emobiq-server/005-function/concurrency.md)
- [Concurrency.spawnThread](/emobiq-server/005-function/concurrency/concurrency.spawnthread.md)
- [Connector](/emobiq-server/005-function/connector.md)
- [Connector.restCall](/emobiq-server/005-function/connector/connector.restcall.md)
- [Connector.soapCall](/emobiq-server/005-function/connector/connector.soapcall.md)
- [Control](/emobiq-server/005-function/control.md)
- [Control.conditional](/emobiq-server/005-function/control/control.conditional.md)
- [Control.forLoop](/emobiq-server/005-function/control/control.forloop.md)
- [Control.map](/emobiq-server/005-function/control/control.map.md)
- [Conversion](/emobiq-server/005-function/conversion.md)
- [Conversion.base64ToText](/emobiq-server/005-function/conversion/conversion.base64totext.md)
- [Conversion.jsonToObject](/emobiq-server/005-function/conversion/conversion.jsontoobject.md)
- [Conversion.textToBase64](/emobiq-server/005-function/conversion/conversion.texttobase64.md)
- [Conversion.toBoolean](/emobiq-server/005-function/conversion/conversion.toboolean.md)
- [Conversion.toList](/emobiq-server/005-function/conversion/conversion.tolist.md)
- [Conversion.toNull](/emobiq-server/005-function/conversion/conversion.tonull.md)
- [Conversion.toNumber](/emobiq-server/005-function/conversion/conversion.tonumber.md)
- [Conversion.toObject](/emobiq-server/005-function/conversion/conversion.toobject.md)
- [Conversion.toText](/emobiq-server/005-function/conversion/conversion.totext.md)
- [Dataset](/emobiq-server/005-function/dataset.md)
- [Dataset.insert](/emobiq-server/005-function/dataset/dataset.insert.md)
- [Dataset.read](/emobiq-server/005-function/dataset/dataset.read.md)
- [Dataset.remove](/emobiq-server/005-function/dataset/dataset.remove.md)
- [Dataset.update](/emobiq-server/005-function/dataset/dataset.update.md)
- [Datetime](/emobiq-server/005-function/datetime.md)
- [DateTime.difference](/emobiq-server/005-function/datetime/datetime.difference.md)
- [DateTime.get](/emobiq-server/005-function/datetime/datetime.get.md)
- [DateTime.update](/emobiq-server/005-function/datetime/datetime.update.md)
- [File](/emobiq-server/005-function/file.md)
- [File.copy](/emobiq-server/005-function/file/file.copy.md)
- [File.export](/emobiq-server/005-function/file/file.export.md)
- [File.read](/emobiq-server/005-function/file/file.read.md)
- [File.remove](/emobiq-server/005-function/file/file.remove.md)
- [File.write](/emobiq-server/005-function/file/file.write.md)
- [Format](/emobiq-server/005-function/format.md)
- [Format.dateTime](/emobiq-server/005-function/format/format.datetime.md)
- [Format.number](/emobiq-server/005-function/format/format.number.md)
- [List](/emobiq-server/005-function/list.md)
- [List.average](/emobiq-server/005-function/list/list.average.md)
- [List.combine](/emobiq-server/005-function/list/list.combine.md)
- [List.count](/emobiq-server/005-function/list/list.count.md)
- [List.fill](/emobiq-server/005-function/list/list.fill.md)
- [List.find](/emobiq-server/005-function/list/list.find.md)
- [List.includes](/emobiq-server/005-function/list/list.includes.md)
- [List.insertFirst](/emobiq-server/005-function/list/list.insertfirst.md)
- [List.insertLast](/emobiq-server/005-function/list/list.insertlast.md)
- [List.max](/emobiq-server/005-function/list/list.max.md)
- [List.min](/emobiq-server/005-function/list/list.min.md)
- [List.removeFirst](/emobiq-server/005-function/list/list.removefirst.md)
- [List.removeLast](/emobiq-server/005-function/list/list.removelast.md)
- [List.sort](/emobiq-server/005-function/list/list.sort.md)
- [List.sum](/emobiq-server/005-function/list/list.sum.md)
- [Log](/emobiq-server/005-function/log.md)
- [Log.write](/emobiq-server/005-function/log/log.write.md)
- [Logic](/emobiq-server/005-function/logic.md)
- [Logic.and](/emobiq-server/005-function/logic/logic.and.md)
- [Logic.equal](/emobiq-server/005-function/logic/logic.equal.md)
- [Logic.greaterThan](/emobiq-server/005-function/logic/logic.greaterthan.md)
- [Logic.greaterThanOrEqual](/emobiq-server/005-function/logic/logic.greaterthanorequal.md)
- [Logic.lessThan](/emobiq-server/005-function/logic/logic.lessthan.md)
- [Logic.lessThanOrEqual](/emobiq-server/005-function/logic/logic.lessthanorequal.md)
- [Logic.not](/emobiq-server/005-function/logic/logic.not.md)
- [Logic.notEqual](/emobiq-server/005-function/logic/logic.notequal.md)
- [Logic.or](/emobiq-server/005-function/logic/logic.or.md)
- [Mail](/emobiq-server/005-function/mail.md)
- [Mail.send](/emobiq-server/005-function/mail/mail.send.md)
- [Math](/emobiq-server/005-function/math.md)
- [Math.absolute](/emobiq-server/005-function/math/math.absolute.md)
- [Math.add](/emobiq-server/005-function/math/math.add.md)
- [Math.atan2](/emobiq-server/005-function/math/math.atan2.md)
- [Math.cos](/emobiq-server/005-function/math/math.cos.md)
- [Math.divide](/emobiq-server/005-function/math/math.divide.md)
- [Math.modulo](/emobiq-server/005-function/math/math.modulo.md)
- [Math.multiply](/emobiq-server/005-function/math/math.multiply.md)
- [Math.pi](/emobiq-server/005-function/math/math.pi.md)
- [Math.power](/emobiq-server/005-function/math/math.power.md)
- [Math.round](/emobiq-server/005-function/math/math.round.md)
- [Math.sin](/emobiq-server/005-function/math/math.sin.md)
- [Math.square](/emobiq-server/005-function/math/math.square.md)
- [Math.squareRoot](/emobiq-server/005-function/math/math.squareroot.md)
- [Math.subtract](/emobiq-server/005-function/math/math.subtract.md)
- [Math.tan](/emobiq-server/005-function/math/math.tan.md)
- [Object](/emobiq-server/005-function/object.md)
- [Object.insert](/emobiq-server/005-function/object/object.insert.md)
- [Object.remove](/emobiq-server/005-function/object/object.remove.md)
- [Result](/emobiq-server/005-function/result.md)
- [Result.setAPI](/emobiq-server/005-function/result/result.setapi.md)
- [Result.setUserDefined](/emobiq-server/005-function/result/result.setuserdefined.md)
- [Text](/emobiq-server/005-function/text.md)
- [Text.combine](/emobiq-server/005-function/text/text.combine.md)
- [Validation](/emobiq-server/005-function/validation.md)
- [Validation.isEmail](/emobiq-server/005-function/validation/validation.isemail.md)
- [Validation.isList](/emobiq-server/005-function/validation/validation.islist.md)
- [Validation.isNull](/emobiq-server/005-function/validation/validation.isnull.md)
- [Validation.isNumber](/emobiq-server/005-function/validation/validation.isnumber.md)
- [Variable](/emobiq-server/005-function/variable.md)
- [Variable.get](/emobiq-server/005-function/variable/variable.get.md)
- [Variable.getAttribute](/emobiq-server/005-function/variable/variable.getattribute.md)
- [Variable.set](/emobiq-server/005-function/variable/variable.set.md)
- [Variable.setAttribute](/emobiq-server/005-function/variable/variable.setattribute.md)
