Interface IdentifiedProducer<T>

  • All Superinterfaces:
    Producer<T>, javax.inject.Provider<T>, com.google.common.base.Supplier<T>, Supplier<T>

    public interface IdentifiedProducer<T>
    extends Producer<T>
    • Method Detail

      • get

        T get​(String identification)