com.ziqni.transformers.domain.GetOrCreateResult.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ziqni-transformers Show documentation
Show all versions of ziqni-transformers Show documentation
Ziqni transformers project.
The newest version!
package com.ziqni.transformers.domain
case class GetOrCreateResult[T](result:T, created:Boolean)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy