Skip to content

Instantly share code, notes, and snippets.

@trukhinyuri
Created March 15, 2012 07:21
Show Gist options
  • Select an option

  • Save trukhinyuri/2042707 to your computer and use it in GitHub Desktop.

Select an option

Save trukhinyuri/2042707 to your computer and use it in GitHub Desktop.
CustomGettersSetters
val seek : Long
get() = this.size == 99999
var pointer : Long
get() = this.toString()
set(value) {
setData(value) // устанавливает значение для других свойств
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment