| Package | Description | 
|---|---|
| net.hydromatic.lambda.functions | 
 Provides a similar API to the  
java.util.functions package
 that is part of OpenJDK 8. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Block<T> | 
Blocks.chain(Block<? super T>... sequence)  | 
Block<T> | 
Block.chain(Block<? super T> second)  | 
static <T> Block<T> | 
Blocks.chain(Block<? super T> first,
     Block<? super T> second)  | 
static <T> Block<T> | 
Blocks.chain(Iterable<? extends Block<? super T>> sequence)  | 
static <T> Block<T> | 
Blocks.nop()  | 
static <T> Block<T> | 
Blocks.requireNonNull()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Block<T> | 
Blocks.chain(Block<? super T>... sequence)  | 
Block<T> | 
Block.chain(Block<? super T> second)  | 
static <T> Block<T> | 
Blocks.chain(Block<? super T> first,
     Block<? super T> second)  | 
static <T> Block<T> | 
Blocks.chain(Block<? super T> first,
     Block<? super T> second)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Block<T> | 
Blocks.chain(Iterable<? extends Block<? super T>> sequence)  | 
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.