Esempio n. 1
0
 public virtual Function compose(Function other)
 {
     return(Function_0009.compose(this, other));
 }
Esempio n. 2
0
 public virtual Function andThen(Function other)
 {
     return(Function_0009.andThen(this, other));
 }