Class ToPropertiesTuple
- java.lang.Object
-
- uk.gov.gchq.koryphe.function.KorypheFunction<Properties,PropertiesTuple>
-
- uk.gov.gchq.gaffer.data.element.function.ToPropertiesTuple
-
- All Implemented Interfaces:
Function<Properties,PropertiesTuple>
public class ToPropertiesTuple extends uk.gov.gchq.koryphe.function.KorypheFunction<Properties,PropertiesTuple>
-
-
Constructor Summary
Constructors Constructor Description ToPropertiesTuple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesTuple
apply(Properties properties)
-
-
-
Method Detail
-
apply
public PropertiesTuple apply(Properties properties)
-
-