A B C D E F G H I K L M N O P R S T U V W

F

filter - Static variable in class de.cm.frw.core.fun.impl.LP
 
filter(Predicate, LP.ConsCell) - Static method in class de.cm.frw.core.fun.impl.LP
 
filter - Static variable in class de.cm.frw.core.fun.impl.LZ
 
filter(Predicate, LP.ConsCell) - Static method in class de.cm.frw.core.fun.impl.LZ
 
filter(Predicate, Stream) - Static method in class de.cm.frw.core.fun.impl.Stream
Takes a predicate p and a stream s and returns a filtered stream, i.e.
first() - Method in class de.cm.frw.core.fun.impl.LP.ConsPair
 
first() - Method in interface de.cm.frw.core.fun.impl.Pair
 
first() - Method in class de.cm.frw.core.fun.impl.Stream.SimplePair
 
fixedPoint - Static variable in class de.cm.frw.core.fun.impl.NUM
 
fixedPoint(Function, double) - Static method in class de.cm.frw.core.fun.impl.NUM
 
force - Static variable in class de.cm.frw.core.fun.impl.LZ
Force simply calls the procedure (of no arguments) produced by delay, so we can implement force as a procedure:
force(Object) - Static method in class de.cm.frw.core.fun.impl.LZ
Use the functional member force to force evaluation of a given delayed function
FP - Class in de.cm.frw.core.fun.impl
Implementation of the FP system described in section 11 of "Can Programming be liberated from the Von Neumann Style" http://www.stanford.edu/class/cs242/readings/backus.pdf Definitions for functions and functional forms are quoted from there using the papers notation as far as possible ...
FP() - Constructor for class de.cm.frw.core.fun.impl.FP
 
from(int) - Static method in class de.cm.frw.core.fun.impl.Bag
 
fromArray(Object[]) - Static method in class de.cm.frw.core.fun.impl.Bag
Create a bag putting in the given objects
fromFunction(Function) - Static method in class de.cm.frw.core.fun.impl.Pred
 
Function - Class in de.cm.frw.core.fun.impl
 
Function() - Constructor for class de.cm.frw.core.fun.impl.Function
The default constructor creates an unary function, i.e.
Function.InvalidArguments - Exception in de.cm.frw.core.fun.impl
 
Function.InvalidArguments(String) - Constructor for exception de.cm.frw.core.fun.impl.Function.InvalidArguments
 
Function.InvalidArguments(int, int) - Constructor for exception de.cm.frw.core.fun.impl.Function.InvalidArguments
 

A B C D E F G H I K L M N O P R S T U V W