Class BoxedBooleanGetter<T>

java.lang.Object
org.simpleflatmapper.reflect.primitive.BoxedBooleanGetter<T>
All Implemented Interfaces:
Getter<T,Boolean>, BooleanGetter<T>

public class BoxedBooleanGetter<T> extends Object implements BooleanGetter<T>, Getter<T,Boolean>
  • Constructor Details

    • BoxedBooleanGetter

      public BoxedBooleanGetter(Getter<? super T,? extends Boolean> delegate)
  • Method Details