package com.boydti.fawe.beta; public interface IQueueWrapper { default IQueueExtent wrapQueue(IQueueExtent queue) { return queue; } }