Class ExtractId

  • All Implemented Interfaces:
    Function<Element,​Object>

    public class ExtractId
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Element,​Object>
    An ExtractId is a KorypheFunction for simplifying the process of extracting the object associated with a provided IdentifierType. If the Element is null, this will return null.
    • Constructor Detail

      • ExtractId

        public ExtractId()