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