Class Foo

All Implemented Interfaces:
Serializable, Predicate<Void>

public class Foo extends Object implements Predicate<Void>, Serializable
For testing nested objects
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • Foo

      public Foo()
  • Method Details

    • test

      public boolean test(Void aVoid)
      Verify that the object is still in a good state
      Specified by:
      test in interface Predicate<Void>