de.unkrig.commons.lang.protocol
Interface Function<I,O>

Type Parameters:
I - The type of the parameter of call(Object)
O - The return type of call(Object)

public interface Function<I,O>

See Also:
call(Object)

Method Summary
 O call(I argument)
          Calculates a value of type O from an argument of type I.
 

Method Detail

call

@Nullable
O call(@Nullable
                I argument)
Calculates a value of type O from an argument of type I.