Метод | Описание | |
---|---|---|
ArrayChunk ( object array, int off ) : System | ||
ArrayChunk ( object array, int off, int end ) : System | ||
count ( ) : int | ||
dropFirst ( ) : IChunk | ||
nth ( int i ) : object | ||
nth ( int i, object notFound ) : object | ||
reduce ( IFn f, object start ) : object |
public ArrayChunk ( object array, int off ) : System | ||
array | object | |
off | int | |
Результат | System |
public ArrayChunk ( object array, int off, int end ) : System | ||
array | object | |
off | int | |
end | int | |
Результат | System |
public nth ( int i, object notFound ) : object | ||
i | int | |
notFound | object | |
Результат | object |
public reduce ( IFn f, object start ) : object | ||
f | IFn | |
start | object | |
Результат | object |