Class ConvertFunctionImpl<I,O>
java.lang.Object
org.aksw.commons.util.convert.ConvertFunctionBase
org.aksw.commons.util.convert.ConvertFunctionImpl<I,O>
- All Implemented Interfaces:
ConvertFunction<I,O>, ConvertFunctionRaw
-
Field Summary
FieldsFields inherited from class ConvertFunctionBase
from, to -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <I,O> ConvertFunction <I, O> Create a converter from a lambdaMethods inherited from class ConvertFunctionBase
getFrom, getToMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConvertFunction
convert, getRawFunctionMethods inherited from interface ConvertFunctionRaw
andThen, convertRaw, getFrom, getTo
-
Field Details
-
fn
-
-
Constructor Details
-
ConvertFunctionImpl
-
-
Method Details
-
getFunction
- Specified by:
getFunctionin interfaceConvertFunction<I,O>
-
create
Create a converter from a lambda
-