setTo |
Takes a Value applied to the current Entity and returns a EntityValue. infix fun Entity.setTo(value: Value?): EntityValue
Takes a String applied to the current Entity and returns a not yet evaluated EntityValue. infix fun Entity.setTo(text: String): EntityValue |