public static class ProductFunction.Builder extends Object
| Constructor and Description |
|---|
Builder(Function function) |
Builder(Number value) |
Builder(String fieldname) |
| Modifier and Type | Method and Description |
|---|---|
ProductFunction |
build() |
ProductFunction.Builder |
times(Field field) |
ProductFunction.Builder |
times(Function function) |
ProductFunction.Builder |
times(Number value) |
ProductFunction.Builder |
times(String fieldname) |
public Builder(String fieldname)
fieldname - public Builder(Number value)
value - public Builder(Function function)
function - public ProductFunction.Builder times(Field field)
field - must not be nullpublic ProductFunction.Builder times(String fieldname)
fieldname - must not be nullpublic ProductFunction.Builder times(Number value)
value - must not be nullpublic ProductFunction.Builder times(Function function)
function - must not be nullpublic ProductFunction build()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.