![JAR search and dependency download from the Maven repository](/logo.png)
com.futuresight.util.mystique.MystFunction Maven / Gradle / Ivy
/*
* Copyright (c) Balajee TM 2016.
* All rights reserved.
* License - @see
*/
/*
* Created on 25 Aug, 2016 by balajeetm
*/
package com.futuresight.util.mystique;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
/**
* The Interface MystFunction.
*
* @author balajeetm
*/
public interface MystFunction {
/**
* Execute.
*
* @param source the source
* @param turn the turn
* @return the json element
*/
JsonElement execute(JsonElement source, JsonObject turn);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy