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

org.snapscript.core.Handle Maven / Gradle / Ivy

package org.snapscript.core;

import org.snapscript.core.type.Type;

public interface Handle extends Any {
   Type getHandle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy