示例#1
0
 /** @return This monad, wrapped as AnyM */
 public AnyM<F> anyM() {
   return AnyM.fromStreamable(this);
 }