Example #1
0
 public virtual Function compose(Function other)
 {
     return(Function_c.compose(this, other));
 }
Example #2
0
 public virtual Function andThen(Function other)
 {
     return(Function_c.andThen(this, other));
 }