no.motif.maps.FnAsMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of motif Show documentation
Show all versions of motif Show documentation
A library helping you to compose behavior from smaller parts.
The newest version!
package no.motif.maps;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import no.motif.f.Fn;
class FnAsMap implements Map {
private final Fn fn;
private final Map