net.servicestack.func.FunctionIndex Maven / Gradle / Ivy
// Copyright (c) 2013-present ServiceStack, Inc. All rights reserved.
// License: https://servicestack.net/bsd-license.txt
package net.servicestack.func;
public interface FunctionIndex {
public R apply(T t, int i);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy