Package io.atlassian.fugue
Class Functions.FromSupplier<D,R>
- java.lang.Object
-
- io.atlassian.fugue.Functions.FromSupplier<D,R>
-
- All Implemented Interfaces:
java.util.function.Function<D,R>
- Enclosing class:
- Functions
static class Functions.FromSupplier<D,R> extends java.lang.Object implements java.util.function.Function<D,R>
-
-
Constructor Summary
Constructors Constructor Description FromSupplier(java.util.function.Supplier<R> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rapply(D ignore)inthashCode()java.lang.StringtoString()
-