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

B

Bag - Class in de.cm.frw.core.fun.impl
This is a collection wrapper useful for preparing argument lists for apply.
Bag() - Constructor for class de.cm.frw.core.fun.impl.Bag
 
Bag(Object[]) - Constructor for class de.cm.frw.core.fun.impl.Bag
 
Bag(Collection) - Constructor for class de.cm.frw.core.fun.impl.Bag
 
bind - Static variable in class de.cm.frw.core.fun.impl.PF
bind is a function of three arguments f : a function of n arguments i : an integer with 0 <= i < n x : an Object that produces a new function b of n - 1 arguments that computes its result by applying f to its n - 1 arguments using x in parameter position i:
bind(Function, int, Object) - Static method in class de.cm.frw.core.fun.impl.PF
 
bind(int, Object) - Method in class de.cm.frw.core.fun.impl.PF
 
box(boolean) - Static method in class de.cm.frw.core.fun.impl.Function
Create a Boolean instance from a given boolean value (aka boxing)
box(boolean[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box a boolean array into a Bag of Booleans
box(byte) - Static method in class de.cm.frw.core.fun.impl.Function
Create a Byte instance from a given byte value (aka boxing)
box(byte[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box a byte array into a Bag of Bytes
box(char) - Static method in class de.cm.frw.core.fun.impl.Function
Create a Character instance from a given char value (aka boxing)
box(char[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box a char array into a Bag of Characters
box(double) - Static method in class de.cm.frw.core.fun.impl.Function
Create a Double instance from a given double value (aka boxing)
box(double[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box a double array into a Bag of Doubles
box(float) - Static method in class de.cm.frw.core.fun.impl.Function
Create a Float instance from a given float value (aka boxing)
box(float[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box a float array into a Bag of Floats
box(int) - Static method in class de.cm.frw.core.fun.impl.Function
Create a Integer instance from a given int value (aka boxing)
box(int[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box an int array into a Bag of Integers
box(long) - Static method in class de.cm.frw.core.fun.impl.Function
Create a Long instance from a given long value (aka boxing)
box(long[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box a long array into a Bag of Longs
box(Object[]) - Static method in class de.cm.frw.core.fun.impl.Function
Box an array of objects into a Bag
bu - Static variable in class de.cm.frw.core.fun.impl.FP
Binary to unary

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