com.gitee.l0km.aocache.ThrowingFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aocache Show documentation
Show all versions of aocache Show documentation
call/execution caching utility based on aspectj
package com.gitee.l0km.aocache;
interface ThrowingFunction {
R apply(T t) throws E;
}