public interface BiBlock<L,R>
void
apply(L l, R r)
BiBlock<L,R>
chain(BiBlock<? super L,? super R> second)
void apply(L l, R r)
BiBlock<L,R> chain(BiBlock<? super L,? super R> second)
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.