Package com.headius.invokebinder.transform

Examples of com.headius.invokebinder.transform.Fold


     * @param function the function that will process the incoming arguments. Its
     *                 signature must match the current signature's arguments exactly.
     * @return a new Binder
     */
    public Binder fold(MethodHandle function) {
        return new Binder(this, new Fold(function));
    }
View Full Code Here

TOP

Related Classes of com.headius.invokebinder.transform.Fold

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.