Package 

Class LazyProvider

  • All Implemented Interfaces:
    co.elastic.apm.android.sdk.internal.utilities.providers.Provider

    
    public class LazyProvider<T>
     implements Provider<T>
                        
    • Method Summary

      Modifier and Type Method Description
      T get()
      static <T> LazyProvider<T> of(Provider<T> provider)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait