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

io.deephaven.chunk.attributes.Any Maven / Gradle / Ivy

The newest version!
//
// Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
//
package io.deephaven.chunk.attributes;

import io.deephaven.chunk.Chunk;

/**
 * Base {@link Chunk} attribute.
 */
public interface Any {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy