-
public final class EntityValueKt
-
-
Method Summary
Modifier and Type Method Description final EntityValuesetTo(Entity $self, Value value)Takes a Value applied to the current Entity and returns a EntityValue. final EntityValuesetTo(Entity $self, String text)Takes a String applied to the current Entity and returns a not yet evaluated EntityValue. -
-
Method Detail
-
setTo
final EntityValue setTo(Entity $self, Value value)
Takes a Value applied to the current Entity and returns a EntityValue.
-
setTo
final EntityValue setTo(Entity $self, String text)
Takes a String applied to the current Entity and returns a not yet evaluated EntityValue.
-
-
-
-