public static class Consumers.UserSessionModelsConsumer extends Object implements java.util.function.Consumer<Map.Entry<String,SessionEntity>>
Modifier and Type | Method and Description |
---|---|
void |
accept(Map.Entry<String,SessionEntity> entry) |
List<UserSessionModel> |
getSessions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public void accept(Map.Entry<String,SessionEntity> entry)
accept
in interface java.util.function.Consumer<Map.Entry<String,SessionEntity>>
public List<UserSessionModel> getSessions()
Copyright © 2016 JBoss by Red Hat. All rights reserved.