public class ComposedFunction<A,B> extends AFunction<A,B>
IFunction<A,Object>
first
IFunction<Object,B>
second
ComposedFunction(IFunction<A,?> a, IFunction<?,B> b)
B
think(A input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final IFunction<A,Object> first
public final IFunction<Object,B> second
public ComposedFunction(IFunction<A,?> a, IFunction<?,B> b)
public B think(A input)
think
IFunction<A,B>
AFunction<A,B>
Copyright © 2013. All Rights Reserved.