All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.servicestack.func.Action Maven / Gradle / Ivy

The newest version!
//  Copyright (c) 2013-present ServiceStack, Inc. All rights reserved.
//  License: https://servicestack.net/bsd-license.txt

package net.servicestack.func;

public interface Action {
    public void apply(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy