Class ExtractGroup

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

    public class ExtractGroup
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Element,​String>
    An ExtractGroup is a KorypheFunction for extracting a group from an Element. If the Element is null, this function will return null.
    • Constructor Detail

      • ExtractGroup

        public ExtractGroup()