
com.mle.values.WrappedValue.scala Maven / Gradle / Ivy
The newest version!
package com.mle.values
/**
* @author Michael
*/
trait WrappedValue[T] {
def value: T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy