- map(Function<T, R>) - Method in class com.aol.cyclops.closures.immutable.LazyImmutable
-
Map the value stored in this Immutable Closed Value from one Value to another
If this is an unitiatilised ImmutableClosedValue, an uninitialised closed value will be returned instead
- Mutable<T> - Class in com.aol.cyclops.closures.mutable
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- Mutable() - Constructor for class com.aol.cyclops.closures.mutable.Mutable
-
- MutableDouble - Class in com.aol.cyclops.closures.mutable
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableDouble() - Constructor for class com.aol.cyclops.closures.mutable.MutableDouble
-
- MutableInt - Class in com.aol.cyclops.closures.mutable
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableInt() - Constructor for class com.aol.cyclops.closures.mutable.MutableInt
-
- MutableLong - Class in com.aol.cyclops.closures.mutable
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableLong() - Constructor for class com.aol.cyclops.closures.mutable.MutableLong
-
- mutate(Function<T, T>) - Method in class com.aol.cyclops.closures.mutable.Mutable
-
- mutate(DoubleFunction<Double>) - Method in class com.aol.cyclops.closures.mutable.MutableDouble
-
- mutate(IntFunction<Integer>) - Method in class com.aol.cyclops.closures.mutable.MutableInt
-
- mutate(LongFunction<Long>) - Method in class com.aol.cyclops.closures.mutable.MutableLong
-