public class Selection extends Object
| Constructor and Description |
|---|
Selection() |
Selection(Collection fns) |
Selection(Function fn) |
Selection(Function[] functionsInit) |
| Modifier and Type | Method and Description |
|---|---|
Selection |
add(Selection operand) |
Class |
calcResult() |
Function |
getFunction() |
Function |
getFunction(int i) |
boolean |
isEmpty() |
Selection |
restrictArgumentCount(int count) |
Selection |
restrictArgumentType(int arg,
Class type) |
int |
size() |
String |
toString() |
public Selection()
public Selection(Function fn)
public Selection(Collection fns)
public Selection(Function[] functionsInit)
public Class calcResult()
public boolean isEmpty()
public int size()
public Function getFunction(int i)
public Function getFunction()
public Selection restrictArgumentCount(int count)
Copyright © 1998–2017 1&1. All rights reserved.