net.ranides.assira.generic
Interface Predicate<S>
- Type Parameters:
S -
- All Superinterfaces:
- Function<Boolean,S>
public interface Predicate<S>
- extends Function<Boolean,S>
Interfejs reprezentujący odwzorowanie S -> Boolean (predykat).
Może być interpretowany jako specjalizacja interfejsu Function, która
reprezentuje funkcję przypisującą wartość logiczną do podanego argumentu.
- Author:
- ranides
| Methods inherited from interface net.ranides.assira.generic.Function |
apply |
Copyright © 2013. All Rights Reserved.