lambdifyAssignPathcode
fun lambdifyAssignPathcode(instance: Any?, pathcode: String, value: Any?): () -> Unit?
Content copied to clipboard
fun lambdifyAssignPathcode(instance: Any?, pathcode: String, value: () -> Any?): () -> Unit?
Content copied to clipboard