Ejemplo n.º 1
0
 public virtual Function compose(Function other)
 {
     return(Function_c.compose(this, other));
 }
Ejemplo n.º 2
0
 public virtual Function andThen(Function other)
 {
     return(Function_c.andThen(this, other));
 }