示例#1
0
 /**
  * This method returns whether this instance is a "some" option.
  *
  * @access public
  * @static
  * @param IOption\Type $xs                                  the operand
  * @return IBool\Type                                       whether this instance is a "some"
  *                                                          option
  */
 public static function isDefined(IOption\Type $xs) : IBool\Type
 {
     return $xs->isDefined();
 }