Interface Lazy.Associator<T>

  • Type Parameters:
    T - The type to associate
    Enclosing class:
    Lazy<T>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Lazy.Associator<T>
    Associates the instance of T with the given SailPointContext.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T associate​(sailpoint.api.SailPointContext context, T instance)
      Associates the given instance of T with the provided SailPointContext.
    • Method Detail

      • associate

        T associate​(sailpoint.api.SailPointContext context,
                    T instance)
             throws sailpoint.tools.GeneralException
        Associates the given instance of T with the provided SailPointContext.
        Parameters:
        context - The SailPointContext to associate with
        instance - The instance of T to associate
        Returns:
        The associated instance of T
        Throws:
        sailpoint.tools.GeneralException - if association fails