| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> Lang.Processor<Deque<? super T>> |
C.F.dequeAppend(T element)
Returns a function that append specified element to argument deque
|
static <T> Lang.Processor<Deque<? super T>> |
C.F.dequePrepend(T element)
Returns a function that prepend specified element to argument deque
|
static <T> Lang.Processor<C.Sequence<? super T>> |
C.F.sequenceAppend(T element)
Returns a function that append specified element to argument sequence
|
static <T> Lang.Processor<C.Sequence<? super T>> |
C.F.sequencePrepend(T element)
Returns a function that preppend specified element to argument sequence
|
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.