Beispiel #1
0
 /**
  * @inheritdoc
  * @return Right
  */
 public static function ofRight($value)
 {
     return Right::of($value);
 }