protected function createMatcher()
 {
     return \Hamcrest\Type\IsCallable::callableValue();
 }
 /**
  * Is the value callable?
  */
 function callableValue()
 {
     return \Hamcrest\Type\IsCallable::callableValue();
 }