public class ExtractId extends uk.gov.gchq.koryphe.function.KorypheFunction<Element,Object>
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 and Description |
---|
ExtractId() |
ExtractId(IdentifierType id) |
Modifier and Type | Method and Description |
---|---|
Object |
apply(Element element) |
boolean |
equals(Object obj) |
IdentifierType |
getId() |
int |
hashCode() |
void |
setId(IdentifierType id) |
String |
toString() |
public ExtractId()
public ExtractId(IdentifierType id)
public boolean equals(Object obj)
public int hashCode()
public IdentifierType getId()
public void setId(IdentifierType id)
Copyright © 2022. All rights reserved.