示例#1
0
 public virtual Function Compose(Function other)
 {
     return(Function_Java.Compose(this, other));
 }
示例#2
0
 public virtual Function AndThen(Function other)
 {
     return(Function_Java.AndThen(this, other));
 }