All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.powerscala.property.ReadProperty.scala Maven / Gradle / Ivy

The newest version!
package org.powerscala.property

/**
 * @author Matt Hicks 
 */
trait ReadProperty[T] extends (() => T) {
  def value = apply()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy