Done

Though it would be nice if there was a dropArguments api like
        dropArguments(MethodHandle target, int start, int count)

Since I have only one type in my world the value of selecting by types is 
lost.

Thanks
mark

mlvm-dev-boun...@openjdk.java.net wrote on 01/06/2011 11:25:09 AM:

> 
> In that case, the simplest way to go is to generate your GWT 
> predicate as a unary MH, but then wrap it in a dropArguments so it 
> can take *all* the arguments but drop all but the last.  Then pass 
> the the wrapped predicate to guardWithTest.
> 
> Agree.

_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to