summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/funcutils/Isomorphism.java
AgeCommit message (Collapse)Author
2017-10-08Start splitting into maven modulesBenjamin J. Culkin
2017-04-10Add isomorphisms.bculkin2442
An isomorphism is a pair of functions between a source and destination type. Ideally, they should be inverses, but java has no way to check that by itself.