net.servicestack.func.PredicateIndex 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 PredicateIndex {
boolean apply(T t, int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy