public interface BinaryFn<Type1,Type2,OutType>
OutType
apply(Type1 arg1, Type2 arg2)
OutType apply(Type1 arg1, Type2 arg2)
Copyright © 2011–2017. All rights reserved.