All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smallibs.control.Functor Maven / Gradle / Ivy

There is a newer version: 0.11.0
Show newest version
/*
 * HPAS
 * https://github.com/d-plaindoux/hpas
 *
 * Copyright (c) 2016-2017 Didier Plaindoux
 * Licensed under the LGPL2 license.
 */

package org.smallibs.control;

import org.smallibs.type.HK;

import java.util.function.Function;

public interface Functor> extends HK {

    > HK map(Function function);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy