polya
Interface Function1


public interface Function1

Function1 is an interface defining the function argument to map


Method Summary
 java.lang.Object apply(java.lang.Object x)
           
 

Method Detail

apply

public java.lang.Object apply(java.lang.Object x)