public class Branchers
extends java.lang.Object
noop()
, sets, and maps.Modifier and Type | Method and Description |
---|---|
static <K,V> Brancher<java.util.Map<K,V>> |
map(Brancher<V> valueBrancher) |
static <T> Brancher<T> |
noop()
Copies nothing and reuses the original object
|
static <V> Brancher<java.util.Set<V>> |
set() |