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

io.mstream.trader.commons.utils.repository.SingleRepository Maven / Gradle / Ivy


package io.mstream.trader.commons.utils.repository;


import rx.Single;


public interface SingleRepository {
    
    Single get(K key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy