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