public abstract class AFunction<A,B> extends Object implements IFunction<A,B>
AFunction()
abstract B
think(A input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AFunction()
public abstract B think(A input)
think
IFunction<A,B>
Copyright © 2014. All rights reserved.