public class MappedSUL<AI,AO,CI,CO> extends Object implements SUL<AI,AO>
MappedSUL(SULMapper<? super AI,? extends AO,? extends CI,? super CO> mapper, SUL<? super CI,? extends CO> sul)
boolean
canFork()
MappedSUL<AI,AO,CI,CO>
fork()
void
post()
pre()
AO
step(AI in)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MappedSUL(SULMapper<? super AI,? extends AO,? extends CI,? super CO> mapper, SUL<? super CI,? extends CO> sul)
public void pre()
pre
SUL<AI,AO>
public void post()
post
public AO step(AI in)
step
public boolean canFork()
canFork
public MappedSUL<AI,AO,CI,CO> fork()
fork
Copyright © 2020. All rights reserved.