public final class RepeatFunction extends Object
| Modifier and Type | Method and Description |
|---|---|
static Block |
repeat(Boolean element,
long count) |
static Block |
repeat(Type type,
Boolean element,
long count) |
static Block |
repeat(Type type,
Double element,
long count) |
static Block |
repeat(Type type,
Long element,
long count) |
static Block |
repeat(Type type,
Object element,
long count) |
static Block |
repeat(Type type,
io.airlift.slice.Slice element,
long count) |
Copyright © 2012–2019. All rights reserved.