@@ -22,8 +22,8 @@ |
||
| 22 | 22 | private $valueMapper; |
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | - * @param \Closure|BinaryFunctionInterface $keyMapper |
|
| 26 | - * @param \Closure|BinaryFunctionInterface $valueMapper |
|
| 25 | + * @param callable $keyMapper |
|
| 26 | + * @param \PeekAndPoke\Component\Psi\Functions\Unary\Mapper\IdentityMapper $valueMapper |
|
| 27 | 27 | */ |
| 28 | 28 | public function __construct($keyMapper, $valueMapper) |
| 29 | 29 | { |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 07.05.2015 09:11 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 07.05.2015 09:11 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Operation\Terminal; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:26 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:26 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Interfaces\Functions\ValueHolderInterface; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:38 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:38 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Interfaces\Functions\UnaryFunctionInterface; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 27.08.2015 08:44 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 27.08.2015 08:44 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\Mapper; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Interfaces\Functions\UnaryFunctionInterface; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 02.10.2015 11:35 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 02.10.2015 11:35 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\Mapper; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractParameterisedUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:25 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:25 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\Matcher; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractParameterisedUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 01.10.2015 18:02 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 01.10.2015 18:02 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\TypeCheck; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:06 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:06 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\TypeCheck; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 06.05.2015 21:05 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 06.05.2015 21:05 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Interfaces\Functions\UnaryFunctionInterface; |