com.wantedtech.common.xpresso.functional.ParametrizedFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xpresso Show documentation
Show all versions of xpresso Show documentation
The most pythonic way to code in Java
The newest version!
package com.wantedtech.common.xpresso.functional;
import com.wantedtech.common.xpresso.x;
import com.wantedtech.common.xpresso.types.list;
/**
* ParametrizedFunction is an abstract class that extends a Function
* with a possibility to take a supplementary parameter that can be used
* in the apply method of Function.
*
* Example 1: @see x#joinOn(String) joinOn
*
*/
public abstract class ParametrizedFunction implements Function{
public list