case classFun[T, R](ver: Int, fun: (T) ⇒ R) extends Product with Serializable
Mobile functions fun should be transferable (i.e., no closures etc), aggregate functions.
- If they do note use aggregate, they might try to align with functions of other versions,
causing unexpected behaviours and errors.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Mobile functions
fun
should be transferable (i.e., no closures etc), aggregate functions. - If they do note useaggregate
, they might try to align with functions of other versions, causing unexpected behaviours and errors.