
goja.core.tuples.valueintf.IValue1 Maven / Gradle / Ivy
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2013-2014 sagyf Yang. The Four Group.
*/
package goja.core.tuples.valueintf;
/**
*
* Marker interface for tuples with a "1" value.
*
* @since 1.1
*
* @author Daniel Fernández
*
*/
public interface IValue1 {
public X getValue1();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy