bcopy

copy properties from a object into another object

0
0
0
public

bcopy

copy properties from a object into another object

DSL

  • simple case
CopySpec.copy(foo).into(bar);
  • includes(Predicate)
CopySpec.copy(foo).includes(...).into(bar);
  • excludes(Predicate)
CopySpec.copy(foo).excludes(...).into(bar);
v0.3.1[beta]