Web Flavor
|
|
object
NoCheckBoolean
extends
Validator[Boolean] with
AnyRefMethod Summary | |
def
|
toObject (text : java.lang.String) : scala.Option[Boolean] |
def
|
toText (value : Boolean) : java.lang.String |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
toObject(text : java.lang.String) : scala.Option[Boolean]
def
toText(value : Boolean) : java.lang.String
Web Flavor
|
|