R
- The type of reference used by tuples.FI
- The adapted input type.public class TupleInputAdapter<R,FI> extends KorypheFunction<Tuple<R>,FI>
Constructor and Description |
---|
TupleInputAdapter()
Create a new
TupleMask . |
TupleInputAdapter(R[] selection)
Create a new
TupleMask with the given field references. |
Modifier and Type | Method and Description |
---|---|
FI |
apply(Tuple<R> input) |
boolean |
equals(Object o) |
R[] |
getSelection() |
int |
hashCode() |
void |
setSelection(R[] selection)
Set this
TupleMask to refer to a tuple of field references. |
public TupleInputAdapter()
TupleMask
.public TupleInputAdapter(R[] selection)
TupleMask
with the given field references.selection
- Field references.public R[] getSelection()
public void setSelection(R[] selection)
TupleMask
to refer to a tuple of field references.selection
- Field references.public int hashCode()
hashCode
in class KorypheFunction<Tuple<R>,FI>
Copyright © 2021. All rights reserved.