Package org.aksw.commons.util.convert
Interface ConvertFunctionRaw
-
- All Known Subinterfaces:
ConvertFunction<I,O>
- All Known Implementing Classes:
ConvertFunctionBase,ConvertFunctionImpl,ConvertFunctionRawImpl
public interface ConvertFunctionRawInterface to describe a conversion from one Java type to another
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ConvertFunctionRawandThen(ConvertFunctionRaw next)default ObjectconvertRaw(Object obj)Class<?>getFrom()java.util.function.Function<Object,Object>getRawFunction()Class<?>getTo()
-
-
-
Method Detail
-
getFrom
Class<?> getFrom()
-
getTo
Class<?> getTo()
-
andThen
default ConvertFunctionRaw andThen(ConvertFunctionRaw next)
-
-