public class PDD.childrenOf_parentsOf
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
childrenOf_parentsOf() |
protected |
childrenOf_parentsOf(java.lang.String n,
Table t) |
protected |
childrenOf_parentsOf(java.lang.String n,
Tuple t) |
|
childrenOf_parentsOf(Table t) |
|
childrenOf_parentsOf(Tuple t) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(T tab) |
void |
forEach(java.util.function.Consumer<Tuple> action) |
T |
id() |
T |
intersect(T tab) |
protected PDD.childrenOf_parentsOf |
New(Table t) |
void |
print() |
T |
select(java.util.function.Predicate<Tuple> p) |
int |
size() |
public childrenOf_parentsOf()
public childrenOf_parentsOf(Table t)
public childrenOf_parentsOf(Tuple t)
protected childrenOf_parentsOf(java.lang.String n, Table t)
protected childrenOf_parentsOf(java.lang.String n, Tuple t)
protected PDD.childrenOf_parentsOf New(Table t)
public T select(java.util.function.Predicate<Tuple> p)
public T id()
public void print()
public void forEach(java.util.function.Consumer<Tuple> action)
public T intersect(T tab)
public int size()
public boolean equals(T tab)