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

io.permazen.tuple.Has1 Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version

/*
 * Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
 */

package io.permazen.tuple;

/**
 * Implemented by tuples that have a first value.
 */
public interface Has1 {

    /**
     * Get the first value.
     *
     * @return first value in this tuple
     */
    V1 getValue1();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy