object
RefinedPlainSql
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
refinedDoubleGetResult[P](implicit v: Validate[Double, P]): GetResult[Refined[Double, P]]
-
implicit
def
refinedDoubleSetParameter[P]: SetParameter[Refined[Double, P]]
-
implicit
def
refinedIntGetResult[P](implicit v: Validate[Int, P]): GetResult[Refined[Int, P]]
-
implicit
def
refinedIntSetParameter[P]: SetParameter[Refined[Int, P]]
-
implicit
def
refinedLongGetResult[P](implicit v: Validate[Long, P]): GetResult[Refined[Long, P]]
-
implicit
def
refinedLongSetParameter[P]: SetParameter[Refined[Long, P]]
-
implicit
def
refinedOptionDoubleGetResult[P](implicit v: Validate[Double, P]): GetResult[Option[Refined[Double, P]]]
-
implicit
def
refinedOptionDoubleSetParameter[P]: SetParameter[Option[Refined[Double, P]]]
-
implicit
def
refinedOptionIntGetResult[P](implicit v: Validate[Int, P]): GetResult[Option[Refined[Int, P]]]
-
implicit
def
refinedOptionIntSetParameter[P]: SetParameter[Option[Refined[Int, P]]]
-
implicit
def
refinedOptionLongGetResult[P](implicit v: Validate[Long, P]): GetResult[Option[Refined[Long, P]]]
-
implicit
def
refinedOptionLongSetParameter[P]: SetParameter[Option[Refined[Long, P]]]
-
implicit
def
refinedOptionStringGetResult[P](implicit v: Validate[String, P]): GetResult[Option[Refined[String, P]]]
-
implicit
def
refinedOptionStringSetParameter[P]: SetParameter[Option[Refined[String, P]]]
-
implicit
def
refinedStringGetResult[P](implicit v: Validate[String, P]): GetResult[Refined[String, P]]
-
implicit
def
refinedStringSetParameter[P]: SetParameter[Refined[String, P]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any