<?php

namespace Doctrine\Common\Collections;

/**
 * @template TKey
 * @template T
 */
interface Selectable
{

}
