Package com.strobel.core.delegates
Interface Action1<T>
-
public interface Action1<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(T t)
-
-
-
Method Detail
-
invoke
void invoke(T t)
-
-