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

org.powerscala.property.backing.Backing.scala Maven / Gradle / Ivy

The newest version!
package org.powerscala.property.backing

/**
 * @author Matt Hicks 
 */
trait Backing[T] {
  def getValue: T

  def setValue(value: T): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy