java.lang.Object
org.monospark.remix.LambdaSupport
public final class LambdaSupport extends Object
A helper class that provides various functional interfaces.
These are needed to provide wrapped overloads to many methods.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLambdaSupport.MutableBooleanSupplierstatic interfaceLambdaSupport.MutableFunction<T,W>static interfaceLambdaSupport.MutableIntSupplierstatic interfaceLambdaSupport.MutableSupplier<T>static interfaceLambdaSupport.WrappedBooleanFunction<T>static interfaceLambdaSupport.WrappedBooleanSupplierstatic interfaceLambdaSupport.WrappedFunction<T,W>static interfaceLambdaSupport.WrappedIntFunction<T>static interfaceLambdaSupport.WrappedIntSupplierstatic interfaceLambdaSupport.WrappedSupplier<T> -
Method Summary