implicit final
class
FutureOptionTransformer[T <: Product with Serializable] extends AnyVal
Instance Constructors
-
new
FutureOptionTransformer(future: Future[Option[T]])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
future: Future[Option[T]]
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
json()(implicit ec: ExecutionContext, formats: Formats, mf: Manifest[T]): Future[LiftResponse]
-
def
toString(): String
Inherited from AnyVal
Inherited from NotNull
Inherited from Any