Scalax
|
|
scalax/rules/Filter.scala
]
trait
Filter[+A]
extends
AnyRefType Summary | |
abstract type
|
M |
Method Summary | |
abstract def
|
filter (f : (A) => Boolean) : M[A] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Method Details |
Scalax
|
|