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

org.fiolino.common.container.ReadOnlyContainer Maven / Gradle / Ivy

Go to download

General structure to easily create dynamic logic via MethodHandles and others.

There is a newer version: 1.0.10
Show newest version
package org.fiolino.common.container;

/**
 * @author kuli
 */
public interface ReadOnlyContainer {

    /**
     * Gets the value for a specific type, if available.
     *
     * @return The element as an Optional
     */
     E get(Selector selector);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy