xprt64/cqrs-es

View on GitHub
src/Dudulina/EventStore/EventSequence.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Copyright (c) 2019 Constantin Galbenu <xprt64@gmail.com>
 */

namespace Dudulina\EventStore;


interface EventSequence
{
    public function isBefore(self $other): bool;
}