Class UnwrapEntityId

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

    public class UnwrapEntityId
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Object,​Object>
    An UnwrapVertex is a KorypheFunction for unwrapping EntityIds. If the input is an EntityId the vertex is extracted, otherwise the original value is returned.
    • Constructor Detail

      • UnwrapEntityId

        public UnwrapEntityId()