Class Functions0.NewUnifiedSetFunction<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions0.NewUnifiedSetFunction<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Supplier<MutableSet<T>>,Function0<MutableSet<T>>
- Enclosing class:
- Functions0
private static final class Functions0.NewUnifiedSetFunction<T> extends java.lang.Object implements Function0<MutableSet<T>>
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateNewUnifiedSetFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableSet<T>value()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public MutableSet<T> value()
-
-