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

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

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

public interface MemoizeFunc {
  T process();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy