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