![JAR search and dependency download from the Maven repository](/logo.png)
net.servicestack.func.Function Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
A client library to call your ServiceStack webservices.
// Copyright (c) 2015 ServiceStack LLC. All rights reserved.
// License: https://servicestack.net/bsd-license.txt
package net.servicestack.func;
public interface Function {
public R apply(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy