org.xerial.util
Interface Predicate<Input>

Type Parameters:
Input -

public interface Predicate<Input>

A predicate for repetitive evaluations.

Author:
leo

Method Summary
 boolean apply(Input input)
           
 

Method Detail

apply

boolean apply(Input input)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.