FileFilter

laika.io.model.FileFilter
See theFileFilter companion object
trait FileFilter

File filter that defines the filter function in [F[_]] to allow for effectful filter logic.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def filter[F[_] : Async](file: FilePath): F[Boolean]

Concrete methods

Creates a new instance that filters file paths where either this filter or the specified other filter applies.

Creates a new instance that filters file paths where either this filter or the specified other filter applies.

Attributes