Class CBExprsrcServices

java.lang.Object
com.io7m.cedarbridge.exprsrc.internal.CBExprsrcServices

public final class CBExprsrcServices extends Object
Functions over services.
  • Method Details

    • find

      public static <T> T find(Class<T> clazz)
      Fetch a service of type T.
      Type Parameters:
      T - The type of service
      Parameters:
      clazz - The service class
      Returns:
      A service