public interface EitherBiFunction<L,R1,B,R2>
Either<L,R2>
apply(R1 value, B value2)
Either<L,R2> apply(R1 value, B value2)
Copyright © 2015. All rights reserved.