pin to v1.0.0 of github action parser
This commit is contained in:
2
vendor/github.com/emirpasic/gods/containers/enumerable.go
generated
vendored
2
vendor/github.com/emirpasic/gods/containers/enumerable.go
generated
vendored
@@ -11,7 +11,7 @@ type EnumerableWithIndex interface {
|
||||
|
||||
// Map invokes the given function once for each element and returns a
|
||||
// container containing the values returned by the given function.
|
||||
// TODO need help on how to enforce this in containers (don't want to type assert when chaining)
|
||||
// TODO would appreciate help on how to enforce this in containers (don't want to type assert when chaining)
|
||||
// Map(func(index int, value interface{}) interface{}) Container
|
||||
|
||||
// Select returns a new container containing all elements for which the given function returns a true value.
|
||||
|
Reference in New Issue
Block a user