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

com.koushikdutta.quack.QuackCoercion Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.koushikdutta.quack;

/**
 * Coerce a value passing through QuickJS to the desired output class.
 */
@SuppressWarnings("rawtypes")
public interface QuackCoercion {
  T coerce(Class clazz, F o);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy