Class SupplierFunction<R>
java.lang.Object
org.wildfly.clustering.marshalling.spi.SupplierFunction<R>
- All Implemented Interfaces:
DoubleFunction<R>,Function<Void,,R> IntFunction<R>,LongFunction<R>
public class SupplierFunction<R>
extends Object
implements Function<Void,R>, IntFunction<R>, LongFunction<R>, DoubleFunction<R>
Adapts a Supplier to a Function ignoring it's parameter.
- Author:
- Paul Ferraro
-
Constructor Details
-
SupplierFunction
-
-
Method Details
-
apply
-
apply
- Specified by:
applyin interfaceIntFunction<R>
-
apply
- Specified by:
applyin interfaceLongFunction<R>
-
apply
- Specified by:
applyin interfaceDoubleFunction<R>
-