Ejemplo n.º 1
0
 public virtual Function Compose(Function other)
 {
     return(Function_Java.Compose(this, other));
 }
Ejemplo n.º 2
0
 public virtual Function AndThen(Function other)
 {
     return(Function_Java.AndThen(this, other));
 }