Skip to content

Commit de11696

Browse files
committed
Added Actions with generic parameters
1 parent 1c6db99 commit de11696

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.idea/gradle.properties

Whitespace-only changes.

.idea/misc.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.jotarata.android.astrocam;
2+
3+
public interface Action<T>{
4+
void run(T arg);
5+
}

0 commit comments

Comments
 (0)