Interface TransformingIterator.TransformerFunction<In,​Out>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Out apply​(In input)
      Applies the transformation to the given input object, returning an object of the output type
    • Method Detail

      • apply

        Out apply​(In input)
           throws sailpoint.tools.GeneralException
        Applies the transformation to the given input object, returning an object of the output type
        Parameters:
        input - The input object to transform
        Returns:
        The output object
        Throws:
        sailpoint.tools.GeneralException - if any failures occur