Package net.servicestack.func
Interface Action<T>
-
public interface Action<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(T t)
-
-
-
Method Detail
-
apply
void apply(T t)
-
-