コード例 #1
0
ファイル: Either.php プロジェクト: rkgladson/PHPixme
 /**
  * @inheritdoc
  * @return Right
  */
 public static function ofRight($value)
 {
     return Right::of($value);
 }