public abstract class JustAValid<T> extends JustA<T>
value
protected
JustAValid(T value, String message)
abstract boolean
isValid(T value)
equals, hashCode, serialize, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected JustAValid(T value, String message)
public abstract boolean isValid(T value)
Copyright © 2017 Digipost Open Source. All rights reserved.