master
<?php /** * Copyright (c) 2019 Constantin Galbenu <xprt64@gmail.com> */ namespace Dudulina\EventStore; interface EventSequence { public function isBefore(self $other): bool; }