All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.brettonw.bag.Selectable Maven / Gradle / Ivy

package com.brettonw.bag;

public interface Selectable {
    /**
     *
     * @param select
     * @return
     */
    BagType select (SelectKey select);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy