Skip navigation links

Package net.sf.javagimmicks.transform8

Contains a very basic API for transforming objects into other ones (and optionally vice versa).

See: Description

Package net.sf.javagimmicks.transform8 Description

Contains a very basic API for transforming objects into other ones (and optionally vice versa).

It leverages Java 8's Function interface which can transform one type of objects into other ones (of same or different type) and an extension interface BidiFunction which can additionally do an opposite transformation.

The two interfaces Transforming and BidiTransforming act as a sort of marker interfaces for objects that can carry a Function or BidiFunction.

Author:
Michael Scholz
Skip navigation links

Copyright © 2017. All rights reserved.