Updated Changelog.
This commit is contained in:
+10
@@ -102,6 +102,16 @@ public class ASYNC_BUILDER KEY_GENERIC_TYPE
|
||||
this.task = task;
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper function that automatically wraps a Iterable into a AsyncBuilder since it forces this collections Iterable.
|
||||
* @param iterable that should be wrapped
|
||||
* @Type(T)
|
||||
* @return a AsyncBuilder with the iterable wrapped
|
||||
*/
|
||||
public static GENERIC_KEY_BRACES ASYNC_BUILDER KEY_GENERIC_TYPE of(Iterable<CLASS_TYPE> iterable) {
|
||||
return new ASYNC_BUILDERBRACES(ITERABLES.wrap(iterable));
|
||||
}
|
||||
|
||||
/**
|
||||
* Maps the elements to something else
|
||||
* @param mapper the mapping function
|
||||
|
||||
Reference in New Issue
Block a user