Interface IRegistrableObjectToObjectConverter<T,I,O,E extends Exception>

All Superinterfaces:
net.anwiba.commons.lang.functional.IApplicable<T>, net.anwiba.commons.lang.functional.IConverter<I,O,E>
All Known Subinterfaces:
IGeometryToObjectConverter<O>, IGeometryToTextConverter, IObjectToGeometryConverter<I>
All Known Implementing Classes:
AbstractObjectToObjectConverter

public interface IRegistrableObjectToObjectConverter<T,I,O,E extends Exception> extends net.anwiba.commons.lang.functional.IApplicable<T>, net.anwiba.commons.lang.functional.IConverter<I,O,E>
  • Method Summary

    Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable

    and, isApplicable, not, or

    Methods inherited from interface net.anwiba.commons.lang.functional.IConverter

    convert