Home
last modified time | relevance | path

Searched refs:lazyBuilder (Results 1 – 11 of 11) sorted by relevance

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/thoas/go-funk/
H A Dlazy_builder.go5 type lazyBuilder struct { struct
9 func (b *lazyBuilder) Chunk(size int) Builder { argument
12 func (b *lazyBuilder) Compact() Builder { argument
15 func (b *lazyBuilder) Drop(n int) Builder { argument
21 func (b *lazyBuilder) Flatten() Builder { argument
27 func (b *lazyBuilder) Initial() Builder { argument
48 func (b *lazyBuilder) Tail() Builder { argument
51 func (b *lazyBuilder) Uniq() Builder { argument
58 func (b *lazyBuilder) All() bool { argument
61 func (b *lazyBuilder) Any() bool { argument
[all …]
H A Dbuilder_test.go81 collection := chain.(*lazyBuilder).exec()
120 LazyChainWith(tc.In).(*lazyBuilder).exec()
126 collection := chain.(*lazyBuilder).exec()
H A Dbuilder.go72 return &lazyBuilder{func() interface{} { return v }}
86 return &lazyBuilder{func() interface{} {
/dports/devel/bit/bit-1.1.2/vendor/github.com/thoas/go-funk/
H A Dlazy_builder.go5 type lazyBuilder struct { struct
9 func (b *lazyBuilder) Chunk(size int) Builder { argument
12 func (b *lazyBuilder) Compact() Builder { argument
15 func (b *lazyBuilder) Drop(n int) Builder { argument
24 func (b *lazyBuilder) Initial() Builder { argument
42 func (b *lazyBuilder) Tail() Builder { argument
45 func (b *lazyBuilder) Uniq() Builder { argument
52 func (b *lazyBuilder) All() bool { argument
55 func (b *lazyBuilder) Any() bool { argument
82 func (b *lazyBuilder) IsEmpty() bool { argument
[all …]
H A Dbuilder_test.go81 collection := chain.(*lazyBuilder).exec()
120 LazyChainWith(tc.In).(*lazyBuilder).exec()
126 collection := chain.(*lazyBuilder).exec()
H A Dbuilder.go70 return &lazyBuilder{func() interface{} { return v }}
84 return &lazyBuilder{func() interface{} {
/dports/www/drupal8/drupal-8.9.20/core/modules/history/src/
H A DHistoryRenderCallback.php21 public static function lazyBuilder($node_id) { function in Drupal\\history\\HistoryRenderCallback
/dports/www/drupal9/drupal-9.2.10/core/modules/history/src/
H A DHistoryRenderCallback.php21 public static function lazyBuilder($node_id) { function in Drupal\\history\\HistoryRenderCallback
/dports/www/drupal8/drupal-8.9.20/core/modules/history/
H A Dhistory.module194 * \Drupal\history\HistoryRenderCallback::lazyBuilder() instead.
199 …emoved before Drupal 9.0.0. Use \Drupal\history\HistoryRenderCallback::lazyBuilder() instead. See …
200 return HistoryRenderCallback::lazyBuilder($node_id);
/dports/www/drupal8/drupal-8.9.20/core/modules/block/src/
H A DBlockViewBuilder.php157 public static function lazyBuilder($entity_id, $view_mode) { function in Drupal\\block\\BlockViewBuilder
/dports/www/drupal9/drupal-9.2.10/core/modules/block/src/
H A DBlockViewBuilder.php157 public static function lazyBuilder($entity_id, $view_mode) { function in Drupal\\block\\BlockViewBuilder