fr.vergne.pester.util.cache.ParameteredKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pester-core Show documentation
Show all versions of pester-core Show documentation
Implementation of the Pester library.
The newest version!
package fr.vergne.pester.util.cache;
import java.util.Arrays;
import java.util.function.Function;
public class ParameteredKey implements Key {
private final Object[] parameters;
private final Function