C# Class StateMachine.EmptyInt

Inheritance: ListInt
Mostrar archivo Open project: hogeschool/INFDEV-Homework

Public Methods

Method Description
Filter ( bool>.Func p ) : ListInt
Iter ( Action f ) : void
Map ( int>.Func f ) : ListInt

Method Details

Filter() public method

public Filter ( bool>.Func p ) : ListInt
p bool>.Func
return ListInt

Iter() public method

public Iter ( Action f ) : void
f Action
return void

Map() public method

public Map ( int>.Func f ) : ListInt
f int>.Func
return ListInt