Package net.n2oapp.framework.api.util
Class ToListConsumer<T>
- java.lang.Object
-
- net.n2oapp.framework.api.util.ToListConsumer<T>
-
- All Implemented Interfaces:
java.util.function.Consumer<T>
public class ToListConsumer<T> extends java.lang.Object implements java.util.function.Consumer<T>- Since:
- 06.04.2015
- Author:
- operehod
-
-
Constructor Summary
Constructors Constructor Description ToListConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(T t)voidclear()intsize()java.util.List<T>toList()java.util.Set<T>toSet()
-