Ejemplo n.º 1
0
 public R IfJust <R>(UnaryFunction <T, R> just, RConst <R> nothing)
 {
     return(nothing());
 }
Ejemplo n.º 2
0
 public R IfJust <R>(UnaryFunction <T, R> just, RConst <R> nothing)
 {
     return(just(FromJust));
 }